Html Css Color HEX #BBA70F Buddha Gold

📋 copy color: '#BBA70F'

red 187 ◦ green 167 ◦ blue 15

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

Shades of Buddha Gold #BBA70F

Tints of Buddha Gold #BBA70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 50.68%
G = 45.26%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBA70F (or 0xBBA70F) is known color: Buddha Gold. HEX triplet: BB, A7 and 0F. RGB value is (187,167,15). Sum of RGB (Red+Green+Blue) = 187+167+15=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA70F is #4458F0. Grayscale: #9C9C9C. Windows color (decimal): -4479217 or 1025979. OLE color: 1025979.

HSL color Cylindrical-coordinate representation of color #BBA70F: hue angle of 53.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBA70F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 15 -
CMYK 0 0.11 0.92 0.27
HSL 53.02º 0.85% 0.4% -
HSV(B) 53.02º 0.92% 0.73% -
XYZ 34.4 38.24 6.02 -
YUV 155.65 48.63 150.36 -
System Red Green Blue C M Y K H S L
Decimal 187 167 15 0 0.11 0.92 0.27 53.02 0.85 0.4
Hex BB A7 F 0 B 5C 1B 35 55 28
Octal 273 247 17 0 13 134 33 65 125 50
Binary 10111011 10100111 1111 0 1011 1011100 11011 110101 1010101 101000

Color Harmonies of #BBA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA70F

Black with #BBA70F

Text Example


Text Example

White with #BBA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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