Html Css Color HEX #BC990B Buddha Gold

📋 copy color: '#BC990B'

red 188 ◦ green 153 ◦ blue 11

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

Shades of Buddha Gold #BC990B

Tints of Buddha Gold #BC990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 53.41%
G = 43.47%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC990B (or 0xBC990B) is known color: Buddha Gold. HEX triplet: BC, 99 and 0B. RGB value is (188,153,11). Sum of RGB (Red+Green+Blue) = 188+153+11=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC990B is #4366F4. Grayscale: #939393. Windows color (decimal): -4417269 or 760252. OLE color: 760252.

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

Color convert

RGB 188 153 11 -
CMYK 0 0.19 0.94 0.26
HSL 48.14º 0.89% 0.39% -
HSV(B) 48.14º 0.94% 0.74% -
XYZ 32.19 33.5 5.09 -
YUV 147.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 188 153 11 0 0.19 0.94 0.26 48.14 0.89 0.39
Hex BC 99 B 0 13 5E 1A 30 59 27
Octal 274 231 13 0 23 136 32 60 131 47
Binary 10111100 10011001 1011 0 10011 1011110 11010 110000 1011001 100111

Color Harmonies of #BC990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC990B

Black with #BC990B

Text Example


Text Example

White with #BC990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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