Html Css Color HEX #B5943E Roti

📋 copy color: '#B5943E'

red 181 ◦ green 148 ◦ blue 62

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

Shades of Roti #B5943E

Tints of Roti #B5943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 46.29%
G = 37.85%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5943E (or 0xB5943E) is known color: Roti. HEX triplet: B5, 94 and 3E. RGB value is (181,148,62). Sum of RGB (Red+Green+Blue) = 181+148+62=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5943E is #4A6BC1. Grayscale: #949494. Windows color (decimal): -4877250 or 4101301. OLE color: 4101301.

HSL color Cylindrical-coordinate representation of color #B5943E: hue angle of 43.36º 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 #B5943E is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 62 -
CMYK 0 0.18 0.66 0.29
HSL 43.36º 0.49% 0.48% -
HSV(B) 43.36º 0.66% 0.71% -
XYZ 30.52 31.35 9 -
YUV 148.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 181 148 62 0 0.18 0.66 0.29 43.36 0.49 0.48
Hex B5 94 3E 0 12 42 1D 2B 31 30
Octal 265 224 76 0 22 102 35 53 61 60
Binary 10110101 10010100 111110 0 10010 1000010 11101 101011 110001 110000

Color Harmonies of #B5943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5943E

Black with #B5943E

Text Example


Text Example

White with #B5943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5943E; }

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

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

background-color css

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

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

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

border-color css

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

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

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