Html Css Color HEX #B5961B Buddha Gold

📋 copy color: '#B5961B'

red 181 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #B5961B

Tints of Buddha Gold #B5961B

RGB

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

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

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

R = 50.56%
G = 41.9%
B = 7.54%

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

#B5961B (or 0xB5961B) is known color: Buddha Gold. HEX triplet: B5, 96 and 1B. RGB value is (181,150,27). Sum of RGB (Red+Green+Blue) = 181+150+27=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961B is #4A69E4. Grayscale: #919191. Windows color (decimal): -4876773 or 1808053. OLE color: 1808053.

HSL color Cylindrical-coordinate representation of color #B5961B: hue angle of 47.92º degrees, saturation: 0.74, 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 #B5961B is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 27 -
CMYK 0 0.17 0.85 0.29
HSL 47.92º 0.74% 0.41% -
HSV(B) 47.92º 0.85% 0.71% -
XYZ 30.16 31.72 5.57 -
YUV 145.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 181 150 27 0 0.17 0.85 0.29 47.92 0.74 0.41
Hex B5 96 1B 0 11 55 1D 30 4A 29
Octal 265 226 33 0 21 125 35 60 112 51
Binary 10110101 10010110 11011 0 10001 1010101 11101 110000 1001010 101001

Color Harmonies of #B5961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5961B

Black with #B5961B

Text Example


Text Example

White with #B5961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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