Html Css Color HEX #B89341 Roti

📋 copy color: '#B89341'

red 184 ◦ green 147 ◦ blue 65

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

Shades of Roti #B89341

Tints of Roti #B89341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

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

R = 46.46%
G = 37.12%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89341 (or 0xB89341) is known color: Roti. HEX triplet: B8, 93 and 41. RGB value is (184,147,65). Sum of RGB (Red+Green+Blue) = 184+147+65=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89341 is #476CBE. Grayscale: #959595. Windows color (decimal): -4680895 or 4297656. OLE color: 4297656.

HSL color Cylindrical-coordinate representation of color #B89341: hue angle of 41.34º 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 #B89341 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 147 65 -
CMYK 0 0.20 0.65 0.28
HSL 41.34º 0.48% 0.49% -
HSV(B) 41.34º 0.65% 0.72% -
XYZ 31.16 31.44 9.43 -
YUV 148.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 184 147 65 0 0.20 0.65 0.28 41.34 0.48 0.49
Hex B8 93 41 0 14 41 1C 29 30 31
Octal 270 223 101 0 24 101 34 51 60 61
Binary 10111000 10010011 1000001 0 10100 1000001 11100 101001 110000 110001

Color Harmonies of #B89341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89341

Black with #B89341

Text Example


Text Example

White with #B89341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89341; }

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

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

background-color css

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

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

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

border-color css

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

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

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