Html Css Color HEX #BBA70C Buddha Gold

📋 copy color: '#BBA70C'

red 187 ◦ green 167 ◦ blue 12

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

Shades of Buddha Gold #BBA70C

Tints of Buddha Gold #BBA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 51.09%
G = 45.63%
B = 3.28%

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

#BBA70C (or 0xBBA70C) is known color: Buddha Gold. HEX triplet: BB, A7 and 0C. RGB value is (187,167,12). Sum of RGB (Red+Green+Blue) = 187+167+12=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA70C is #4458F3. Grayscale: #9B9B9B. Windows color (decimal): -4479220 or 829371. OLE color: 829371.

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

Color convert

RGB 187 167 12 -
CMYK 0 0.11 0.94 0.27
HSL 53.14º 0.88% 0.39% -
HSV(B) 53.14º 0.94% 0.73% -
XYZ 34.38 38.23 5.91 -
YUV 155.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 187 167 12 0 0.11 0.94 0.27 53.14 0.88 0.39
Hex BB A7 C 0 B 5E 1B 35 58 27
Octal 273 247 14 0 13 136 33 65 130 47
Binary 10111011 10100111 1100 0 1011 1011110 11011 110101 1011000 100111

Color Harmonies of #BBA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA70C

Black with #BBA70C

Text Example


Text Example

White with #BBA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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