Html Css Color HEX #BB971D Buddha Gold

📋 copy color: '#BB971D'

red 187 ◦ green 151 ◦ blue 29

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

Shades of Buddha Gold #BB971D

Tints of Buddha Gold #BB971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 50.95%
G = 41.14%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB971D (or 0xBB971D) is known color: Buddha Gold. HEX triplet: BB, 97 and 1D. RGB value is (187,151,29). Sum of RGB (Red+Green+Blue) = 187+151+29=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB971D is #4468E2. Grayscale: #949494. Windows color (decimal): -4483299 or 1939387. OLE color: 1939387.

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

Color convert

RGB 187 151 29 -
CMYK 0 0.19 0.84 0.27
HSL 46.33º 0.73% 0.42% -
HSV(B) 46.33º 0.84% 0.73% -
XYZ 31.78 32.79 5.82 -
YUV 147.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 187 151 29 0 0.19 0.84 0.27 46.33 0.73 0.42
Hex BB 97 1D 0 13 54 1B 2E 49 2A
Octal 273 227 35 0 23 124 33 56 111 52
Binary 10111011 10010111 11101 0 10011 1010100 11011 101110 1001001 101010

Color Harmonies of #BB971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB971D

Black with #BB971D

Text Example


Text Example

White with #BB971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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