Html Css Color HEX #BC911A Buddha Gold

📋 copy color: '#BC911A'

red 188 ◦ green 145 ◦ blue 26

#BC911A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BC911A

Tints of Buddha Gold #BC911A

RGB

 RED value IS 188 (73.83% from 255) = 52.37%

 GREEN value IS 145 (57.03% from 255) = 40.39%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 52.37%
G = 40.39%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC911A (or 0xBC911A) is known color: Buddha Gold. HEX triplet: BC, 91 and 1A. RGB value is (188,145,26). Sum of RGB (Red+Green+Blue) = 188+145+26=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC911A is #436EE5. Grayscale: #909090. Windows color (decimal): -4419302 or 1741244. OLE color: 1741244.

HSL color Cylindrical-coordinate representation of color #BC911A: hue angle of 44.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC911A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 26 -
CMYK 0 0.23 0.86 0.26
HSL 44.07º 0.76% 0.42% -
HSV(B) 44.07º 0.86% 0.74% -
XYZ 31.05 31.02 5.33 -
YUV 144.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 188 145 26 0 0.23 0.86 0.26 44.07 0.76 0.42
Hex BC 91 1A 0 17 56 1A 2C 4C 2A
Octal 274 221 32 0 27 126 32 54 114 52
Binary 10111100 10010001 11010 0 10111 1010110 11010 101100 1001100 101010

Color Harmonies of #BC911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC911A

Black with #BC911A

Text Example


Text Example

White with #BC911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC911A; }

 p { color: rgb(188,145,26); }

 H1.HeaderClassName
 {
   color: #BC911A;
 }
 .AnyTagClassName
 {
   color: #BC911A;
 }
</style>

background-color css

<style>
 a { background-color: #BC911A; }

 a { background-color: rgb(188,145,26); }

 div.DivClassName
 {
   background-color: #BC911A;
 }
 .BgClassName
 {
   background-color: #BC911A;
 }
</style>

border-color css

<style>
 span { border-color: #BC911A; }

 span { border-color: rgb(188,145,26); }

 td.TdClassName
 {
   border-color: #BC911A;
 }
 .TagClassName
 {
   border-color: #BC911A;
 }
</style>