Html Css Color HEX #BB951B Buddha Gold

📋 copy color: '#BB951B'

red 187 ◦ green 149 ◦ blue 27

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

Shades of Buddha Gold #BB951B

Tints of Buddha Gold #BB951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 51.52%
G = 41.05%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB951B (or 0xBB951B) is known color: Buddha Gold. HEX triplet: BB, 95 and 1B. RGB value is (187,149,27). Sum of RGB (Red+Green+Blue) = 187+149+27=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB951B is #446AE4. Grayscale: #929292. Windows color (decimal): -4483813 or 1807803. OLE color: 1807803.

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

Color convert

RGB 187 149 27 -
CMYK 0 0.20 0.86 0.27
HSL 45.75º 0.75% 0.42% -
HSV(B) 45.75º 0.86% 0.73% -
XYZ 31.44 32.14 5.58 -
YUV 146.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 187 149 27 0 0.20 0.86 0.27 45.75 0.75 0.42
Hex BB 95 1B 0 14 56 1B 2E 4B 2A
Octal 273 225 33 0 24 126 33 56 113 52
Binary 10111011 10010101 11011 0 10100 1010110 11011 101110 1001011 101010

Color Harmonies of #BB951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB951B

Black with #BB951B

Text Example


Text Example

White with #BB951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB951B; }

 p { color: rgb(187,149,27); }

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

background-color css

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

 a { background-color: rgb(187,149,27); }

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

border-color css

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

 span { border-color: rgb(187,149,27); }

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