Html Css Color HEX #BC960B Buddha Gold

📋 copy color: '#BC960B'

red 188 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #BC960B

Tints of Buddha Gold #BC960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

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

R = 53.87%
G = 42.98%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC960B (or 0xBC960B) is known color: Buddha Gold. HEX triplet: BC, 96 and 0B. RGB value is (188,150,11). Sum of RGB (Red+Green+Blue) = 188+150+11=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC960B is #4369F4. Grayscale: #929292. Windows color (decimal): -4418037 or 759484. OLE color: 759484.

HSL color Cylindrical-coordinate representation of color #BC960B: hue angle of 47.12º 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 #BC960B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 11 -
CMYK 0 0.20 0.94 0.26
HSL 47.12º 0.89% 0.39% -
HSV(B) 47.12º 0.94% 0.74% -
XYZ 31.71 32.53 4.92 -
YUV 145.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 188 150 11 0 0.20 0.94 0.26 47.12 0.89 0.39
Hex BC 96 B 0 14 5E 1A 2F 59 27
Octal 274 226 13 0 24 136 32 57 131 47
Binary 10111100 10010110 1011 0 10100 1011110 11010 101111 1011001 100111

Color Harmonies of #BC960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC960B

Black with #BC960B

Text Example


Text Example

White with #BC960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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