Html Css Color HEX #B5983A Roti

📋 copy color: '#B5983A'

red 181 ◦ green 152 ◦ blue 58

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

Shades of Roti #B5983A

Tints of Roti #B5983A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 46.29%
G = 38.87%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5983A (or 0xB5983A) is known color: Roti. HEX triplet: B5, 98 and 3A. RGB value is (181,152,58). Sum of RGB (Red+Green+Blue) = 181+152+58=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5983A is #4A67C5. Grayscale: #969696. Windows color (decimal): -4876230 or 3840181. OLE color: 3840181.

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

Color convert

RGB 181 152 58 -
CMYK 0 0.16 0.68 0.29
HSL 45.85º 0.51% 0.47% -
HSV(B) 45.85º 0.68% 0.71% -
XYZ 31.05 32.59 8.66 -
YUV 149.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 181 152 58 0 0.16 0.68 0.29 45.85 0.51 0.47
Hex B5 98 3A 0 10 44 1D 2E 33 2F
Octal 265 230 72 0 20 104 35 56 63 57
Binary 10110101 10011000 111010 0 10000 1000100 11101 101110 110011 101111

Color Harmonies of #B5983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5983A

Black with #B5983A

Text Example


Text Example

White with #B5983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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