Html Css Color HEX #B5961A Buddha Gold

📋 copy color: '#B5961A'

red 181 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #B5961A

Tints of Buddha Gold #B5961A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 50.7%
G = 42.02%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5961A (or 0xB5961A) is known color: Buddha Gold. HEX triplet: B5, 96 and 1A. RGB value is (181,150,26). Sum of RGB (Red+Green+Blue) = 181+150+26=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961A is #4A69E5. Grayscale: #919191. Windows color (decimal): -4876774 or 1742517. OLE color: 1742517.

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

Color convert

RGB 181 150 26 -
CMYK 0 0.17 0.86 0.29
HSL 48º 0.75% 0.41% -
HSV(B) 48º 0.86% 0.71% -
XYZ 30.15 31.71 5.51 -
YUV 145.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 181 150 26 0 0.17 0.86 0.29 48 0.75 0.41
Hex B5 96 1A 0 11 56 1D 30 4B 29
Octal 265 226 32 0 21 126 35 60 113 51
Binary 10110101 10010110 11010 0 10001 1010110 11101 110000 1001011 101001

Color Harmonies of #B5961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5961A

Black with #B5961A

Text Example


Text Example

White with #B5961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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