Html Css Color HEX #BC9F0B Buddha Gold

📋 copy color: '#BC9F0B'

red 188 ◦ green 159 ◦ blue 11

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

Shades of Buddha Gold #BC9F0B

Tints of Buddha Gold #BC9F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 11 (4.69% from 255) = 3.07%

R = 52.51%
G = 44.41%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC9F0B (or 0xBC9F0B) is known color: Buddha Gold. HEX triplet: BC, 9F and 0B. RGB value is (188,159,11). Sum of RGB (Red+Green+Blue) = 188+159+11=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F0B is #4360F4. Grayscale: #979797. Windows color (decimal): -4415733 or 761788. OLE color: 761788.

HSL color Cylindrical-coordinate representation of color #BC9F0B: hue angle of 50.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC9F0B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 11 -
CMYK 0 0.15 0.94 0.26
HSL 50.17º 0.89% 0.39% -
HSV(B) 50.17º 0.94% 0.74% -
XYZ 33.2 35.51 5.42 -
YUV 150.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 188 159 11 0 0.15 0.94 0.26 50.17 0.89 0.39
Hex BC 9F B 0 F 5E 1A 32 59 27
Octal 274 237 13 0 17 136 32 62 131 47
Binary 10111100 10011111 1011 0 1111 1011110 11010 110010 1011001 100111

Color Harmonies of #BC9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F0B

Black with #BC9F0B

Text Example


Text Example

White with #BC9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F0B; }

 p { color: rgb(188,159,11); }

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

background-color css

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

 a { background-color: rgb(188,159,11); }

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

border-color css

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

 span { border-color: rgb(188,159,11); }

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