Html Css Color HEX #BB961D Buddha Gold

📋 copy color: '#BB961D'

red 187 ◦ green 150 ◦ blue 29

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

Shades of Buddha Gold #BB961D

Tints of Buddha Gold #BB961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 51.09%
G = 40.98%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB961D (or 0xBB961D) is known color: Buddha Gold. HEX triplet: BB, 96 and 1D. RGB value is (187,150,29). Sum of RGB (Red+Green+Blue) = 187+150+29=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB961D is #4469E2. Grayscale: #939393. Windows color (decimal): -4483555 or 1939131. OLE color: 1939131.

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

Color convert

RGB 187 150 29 -
CMYK 0 0.20 0.84 0.27
HSL 45.95º 0.73% 0.42% -
HSV(B) 45.95º 0.84% 0.73% -
XYZ 31.62 32.47 5.76 -
YUV 147.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 187 150 29 0 0.20 0.84 0.27 45.95 0.73 0.42
Hex BB 96 1D 0 14 54 1B 2E 49 2A
Octal 273 226 35 0 24 124 33 56 111 52
Binary 10111011 10010110 11101 0 10100 1010100 11011 101110 1001001 101010

Color Harmonies of #BB961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB961D

Black with #BB961D

Text Example


Text Example

White with #BB961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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