Html Css Color HEX #BB970F Buddha Gold

📋 copy color: '#BB970F'

red 187 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #BB970F

Tints of Buddha Gold #BB970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 52.97%
G = 42.78%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB970F (or 0xBB970F) is known color: Buddha Gold. HEX triplet: BB, 97 and 0F. RGB value is (187,151,15). Sum of RGB (Red+Green+Blue) = 187+151+15=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB970F is #4468F0. Grayscale: #929292. Windows color (decimal): -4483313 or 1021883. OLE color: 1021883.

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

Color convert

RGB 187 151 15 -
CMYK 0 0.19 0.92 0.27
HSL 47.44º 0.85% 0.4% -
HSV(B) 47.44º 0.92% 0.73% -
XYZ 31.65 32.73 5.1 -
YUV 146.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 187 151 15 0 0.19 0.92 0.27 47.44 0.85 0.4
Hex BB 97 F 0 13 5C 1B 2F 55 28
Octal 273 227 17 0 23 134 33 57 125 50
Binary 10111011 10010111 1111 0 10011 1011100 11011 101111 1010101 101000

Color Harmonies of #BB970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB970F

Black with #BB970F

Text Example


Text Example

White with #BB970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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