Html Css Color HEX #B89241 Roti

📋 copy color: '#B89241'

red 184 ◦ green 146 ◦ blue 65

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

Shades of Roti #B89241

Tints of Roti #B89241

RGB

 RED value IS 184 (72.27% from 255) = 46.58%

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 46.58%
G = 36.96%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89241 (or 0xB89241) is known color: Roti. HEX triplet: B8, 92 and 41. RGB value is (184,146,65). Sum of RGB (Red+Green+Blue) = 184+146+65=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B89241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89241 is #476DBE. Grayscale: #949494. Windows color (decimal): -4681151 or 4297400. OLE color: 4297400.

HSL color Cylindrical-coordinate representation of color #B89241: hue angle of 40.84º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B89241 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 65 -
CMYK 0 0.21 0.65 0.28
HSL 40.84º 0.48% 0.49% -
HSV(B) 40.84º 0.65% 0.72% -
XYZ 31 31.13 9.38 -
YUV 148.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 184 146 65 0 0.21 0.65 0.28 40.84 0.48 0.49
Hex B8 92 41 0 15 41 1C 29 30 31
Octal 270 222 101 0 25 101 34 51 60 61
Binary 10111000 10010010 1000001 0 10101 1000001 11100 101001 110000 110001

Color Harmonies of #B89241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89241

Black with #B89241

Text Example


Text Example

White with #B89241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89241; }

 p { color: rgb(184,146,65); }

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

background-color css

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

 a { background-color: rgb(184,146,65); }

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

border-color css

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

 span { border-color: rgb(184,146,65); }

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