Html Css Color HEX #BBA00B Buddha Gold

📋 copy color: '#BBA00B'

red 187 ◦ green 160 ◦ blue 11

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

Shades of Buddha Gold #BBA00B

Tints of Buddha Gold #BBA00B

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 160 (62.89% from 255) = 44.69%

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

R = 52.23%
G = 44.69%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBA00B (or 0xBBA00B) is known color: Buddha Gold. HEX triplet: BB, A0 and 0B. RGB value is (187,160,11). Sum of RGB (Red+Green+Blue) = 187+160+11=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA00B is #445FF4. Grayscale: #979797. Windows color (decimal): -4481013 or 762043. OLE color: 762043.

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

Color convert

RGB 187 160 11 -
CMYK 0 0.14 0.94 0.27
HSL 50.8º 0.89% 0.39% -
HSV(B) 50.8º 0.94% 0.73% -
XYZ 33.12 35.73 5.47 -
YUV 151.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 187 160 11 0 0.14 0.94 0.27 50.8 0.89 0.39
Hex BB A0 B 0 E 5E 1B 33 59 27
Octal 273 240 13 0 16 136 33 63 131 47
Binary 10111011 10100000 1011 0 1110 1011110 11011 110011 1011001 100111

Color Harmonies of #BBA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA00B

Black with #BBA00B

Text Example


Text Example

White with #BBA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA00B; }

 p { color: rgb(187,160,11); }

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

background-color css

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

 a { background-color: rgb(187,160,11); }

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

border-color css

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

 span { border-color: rgb(187,160,11); }

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