Html Css Color HEX #B5961C Buddha Gold

📋 copy color: '#B5961C'

red 181 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #B5961C

Tints of Buddha Gold #B5961C

RGB

 RED value IS 181 (71.09% from 255) = 50.42%

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

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 50.42%
G = 41.78%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5961C (or 0xB5961C) is known color: Buddha Gold. HEX triplet: B5, 96 and 1C. RGB value is (181,150,28). Sum of RGB (Red+Green+Blue) = 181+150+28=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961C is #4A69E3. Grayscale: #919191. Windows color (decimal): -4876772 or 1873589. OLE color: 1873589.

HSL color Cylindrical-coordinate representation of color #B5961C: hue angle of 47.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5961C is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 28 -
CMYK 0 0.17 0.85 0.29
HSL 47.84º 0.73% 0.41% -
HSV(B) 47.84º 0.85% 0.71% -
XYZ 30.17 31.72 5.63 -
YUV 145.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 181 150 28 0 0.17 0.85 0.29 47.84 0.73 0.41
Hex B5 96 1C 0 11 55 1D 30 49 29
Octal 265 226 34 0 21 125 35 60 111 51
Binary 10110101 10010110 11100 0 10001 1010101 11101 110000 1001001 101001

Color Harmonies of #B5961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5961C

Black with #B5961C

Text Example


Text Example

White with #B5961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5961C; }

 p { color: rgb(181,150,28); }

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

background-color css

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

 a { background-color: rgb(181,150,28); }

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

border-color css

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

 span { border-color: rgb(181,150,28); }

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