Html Css Color HEX #BC970B Buddha Gold

📋 copy color: '#BC970B'

red 188 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #BC970B

Tints of Buddha Gold #BC970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

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

R = 53.71%
G = 43.14%
B = 3.14%

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

#BC970B (or 0xBC970B) is known color: Buddha Gold. HEX triplet: BC, 97 and 0B. RGB value is (188,151,11). Sum of RGB (Red+Green+Blue) = 188+151+11=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC970B is #4368F4. Grayscale: #929292. Windows color (decimal): -4417781 or 759740. OLE color: 759740.

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

Color convert

RGB 188 151 11 -
CMYK 0 0.20 0.94 0.26
HSL 47.46º 0.89% 0.39% -
HSV(B) 47.46º 0.94% 0.74% -
XYZ 31.87 32.85 4.98 -
YUV 146.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 188 151 11 0 0.20 0.94 0.26 47.46 0.89 0.39
Hex BC 97 B 0 14 5E 1A 2F 59 27
Octal 274 227 13 0 24 136 32 57 131 47
Binary 10111100 10010111 1011 0 10100 1011110 11010 101111 1011001 100111

Color Harmonies of #BC970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC970B

Black with #BC970B

Text Example


Text Example

White with #BC970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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