Html Css Color HEX #B5963A Roti

📋 copy color: '#B5963A'

red 181 ◦ green 150 ◦ blue 58

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

Shades of Roti #B5963A

Tints of Roti #B5963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 46.53%
G = 38.56%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5963A (or 0xB5963A) is known color: Roti. HEX triplet: B5, 96 and 3A. RGB value is (181,150,58). Sum of RGB (Red+Green+Blue) = 181+150+58=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5963A is #4A69C5. Grayscale: #959595. Windows color (decimal): -4876742 or 3839669. OLE color: 3839669.

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

Color convert

RGB 181 150 58 -
CMYK 0 0.17 0.68 0.29
HSL 44.88º 0.51% 0.47% -
HSV(B) 44.88º 0.68% 0.71% -
XYZ 30.73 31.94 8.55 -
YUV 148.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 181 150 58 0 0.17 0.68 0.29 44.88 0.51 0.47
Hex B5 96 3A 0 11 44 1D 2D 33 2F
Octal 265 226 72 0 21 104 35 55 63 57
Binary 10110101 10010110 111010 0 10001 1000100 11101 101101 110011 101111

Color Harmonies of #B5963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5963A

Black with #B5963A

Text Example


Text Example

White with #B5963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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