Html Css Color HEX #BB970D Buddha Gold

📋 copy color: '#BB970D'

red 187 ◦ green 151 ◦ blue 13

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

Shades of Buddha Gold #BB970D

Tints of Buddha Gold #BB970D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 53.28%
G = 43.02%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB970D (or 0xBB970D) is known color: Buddha Gold. HEX triplet: BB, 97 and 0D. RGB value is (187,151,13). Sum of RGB (Red+Green+Blue) = 187+151+13=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB970D is #4468F2. Grayscale: #929292. Windows color (decimal): -4483315 or 890811. OLE color: 890811.

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

Color convert

RGB 187 151 13 -
CMYK 0 0.19 0.93 0.27
HSL 47.59º 0.87% 0.39% -
HSV(B) 47.59º 0.93% 0.73% -
XYZ 31.63 32.73 5.03 -
YUV 146.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 187 151 13 0 0.19 0.93 0.27 47.59 0.87 0.39
Hex BB 97 D 0 13 5D 1B 30 57 27
Octal 273 227 15 0 23 135 33 60 127 47
Binary 10111011 10010111 1101 0 10011 1011101 11011 110000 1010111 100111

Color Harmonies of #BB970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB970D

Black with #BB970D

Text Example


Text Example

White with #BB970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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