Html Css Color HEX #BBA70B Buddha Gold

📋 copy color: '#BBA70B'

red 187 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #BBA70B

Tints of Buddha Gold #BBA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.75%

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

R = 51.23%
G = 45.75%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBA70B (or 0xBBA70B) is known color: Buddha Gold. HEX triplet: BB, A7 and 0B. RGB value is (187,167,11). Sum of RGB (Red+Green+Blue) = 187+167+11=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA70B is #4458F4. Grayscale: #9B9B9B. Windows color (decimal): -4479221 or 763835. OLE color: 763835.

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

Color convert

RGB 187 167 11 -
CMYK 0 0.11 0.94 0.27
HSL 53.18º 0.89% 0.39% -
HSV(B) 53.18º 0.94% 0.73% -
XYZ 34.37 38.23 5.88 -
YUV 155.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 187 167 11 0 0.11 0.94 0.27 53.18 0.89 0.39
Hex BB A7 B 0 B 5E 1B 35 59 27
Octal 273 247 13 0 13 136 33 65 131 47
Binary 10111011 10100111 1011 0 1011 1011110 11011 110101 1011001 100111

Color Harmonies of #BBA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA70B

Black with #BBA70B

Text Example


Text Example

White with #BBA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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