Html Css Color HEX #BB970A Buddha Gold

📋 copy color: '#BB970A'

red 187 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #BB970A

Tints of Buddha Gold #BB970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 53.74%
G = 43.39%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB970A (or 0xBB970A) is known color: Buddha Gold. HEX triplet: BB, 97 and 0A. RGB value is (187,151,10). Sum of RGB (Red+Green+Blue) = 187+151+10=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB970A is #4468F5. Grayscale: #929292. Windows color (decimal): -4483318 or 694203. OLE color: 694203.

HSL color Cylindrical-coordinate representation of color #BB970A: hue angle of 47.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB970A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 10 -
CMYK 0 0.19 0.95 0.27
HSL 47.8º 0.9% 0.39% -
HSV(B) 47.8º 0.95% 0.73% -
XYZ 31.61 32.72 4.94 -
YUV 145.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 187 151 10 0 0.19 0.95 0.27 47.8 0.9 0.39
Hex BB 97 A 0 13 5F 1B 30 5A 27
Octal 273 227 12 0 23 137 33 60 132 47
Binary 10111011 10010111 1010 0 10011 1011111 11011 110000 1011010 100111

Color Harmonies of #BB970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB970A

Black with #BB970A

Text Example


Text Example

White with #BB970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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