Html Css Color HEX #B5963E Roti

📋 copy color: '#B5963E'

red 181 ◦ green 150 ◦ blue 62

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

Shades of Roti #B5963E

Tints of Roti #B5963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 46.06%
G = 38.17%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5963E (or 0xB5963E) is known color: Roti. HEX triplet: B5, 96 and 3E. RGB value is (181,150,62). Sum of RGB (Red+Green+Blue) = 181+150+62=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5963E is #4A69C1. Grayscale: #959595. Windows color (decimal): -4876738 or 4101813. OLE color: 4101813.

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

Color convert

RGB 181 150 62 -
CMYK 0 0.17 0.66 0.29
HSL 44.37º 0.49% 0.48% -
HSV(B) 44.37º 0.66% 0.71% -
XYZ 30.83 31.98 9.11 -
YUV 149.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 181 150 62 0 0.17 0.66 0.29 44.37 0.49 0.48
Hex B5 96 3E 0 11 42 1D 2C 31 30
Octal 265 226 76 0 21 102 35 54 61 60
Binary 10110101 10010110 111110 0 10001 1000010 11101 101100 110001 110000

Color Harmonies of #B5963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5963E

Black with #B5963E

Text Example


Text Example

White with #B5963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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