Html Css Color HEX #BB970B Buddha Gold

📋 copy color: '#BB970B'

red 187 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #BB970B

Tints of Buddha Gold #BB970B

RGB

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

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

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

R = 53.58%
G = 43.27%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB970B (or 0xBB970B) is known color: Buddha Gold. HEX triplet: BB, 97 and 0B. RGB value is (187,151,11). Sum of RGB (Red+Green+Blue) = 187+151+11=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB970B is #4468F4. Grayscale: #929292. Windows color (decimal): -4483317 or 759739. OLE color: 759739.

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

Color convert

RGB 187 151 11 -
CMYK 0 0.19 0.94 0.27
HSL 47.73º 0.89% 0.39% -
HSV(B) 47.73º 0.94% 0.73% -
XYZ 31.62 32.72 4.97 -
YUV 145.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 187 151 11 0 0.19 0.94 0.27 47.73 0.89 0.39
Hex BB 97 B 0 13 5E 1B 30 59 27
Octal 273 227 13 0 23 136 33 60 131 47
Binary 10111011 10010111 1011 0 10011 1011110 11011 110000 1011001 100111

Color Harmonies of #BB970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB970B

Black with #BB970B

Text Example


Text Example

White with #BB970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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