Html Css Color HEX #B89142 Roti

📋 copy color: '#B89142'

red 184 ◦ green 145 ◦ blue 66

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

Shades of Roti #B89142

Tints of Roti #B89142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 46.58%
G = 36.71%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B89142 (or 0xB89142) is known color: Roti. HEX triplet: B8, 91 and 42. RGB value is (184,145,66). Sum of RGB (Red+Green+Blue) = 184+145+66=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B89142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89142 is #476EBD. Grayscale: #949494. Windows color (decimal): -4681406 or 4362680. OLE color: 4362680.

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

Color convert

RGB 184 145 66 -
CMYK 0 0.21 0.64 0.28
HSL 40.17º 0.47% 0.49% -
HSV(B) 40.17º 0.64% 0.72% -
XYZ 30.88 30.83 9.48 -
YUV 147.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 184 145 66 0 0.21 0.64 0.28 40.17 0.47 0.49
Hex B8 91 42 0 15 40 1C 28 2F 31
Octal 270 221 102 0 25 100 34 50 57 61
Binary 10111000 10010001 1000010 0 10101 1000000 11100 101000 101111 110001

Color Harmonies of #B89142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89142

Black with #B89142

Text Example


Text Example

White with #B89142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89142; }

 p { color: rgb(184,145,66); }

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

background-color css

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

 a { background-color: rgb(184,145,66); }

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

border-color css

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

 span { border-color: rgb(184,145,66); }

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