Html Css Color HEX #B89240 Roti

📋 copy color: '#B89240'

red 184 ◦ green 146 ◦ blue 64

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

Shades of Roti #B89240

Tints of Roti #B89240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 46.7%
G = 37.06%
B = 16.24%

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

#B89240 (or 0xB89240) is known color: Roti. HEX triplet: B8, 92 and 40. RGB value is (184,146,64). Sum of RGB (Red+Green+Blue) = 184+146+64=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B89240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89240 is #476DBF. Grayscale: #949494. Windows color (decimal): -4681152 or 4231864. OLE color: 4231864.

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

Color convert

RGB 184 146 64 -
CMYK 0 0.21 0.65 0.28
HSL 41º 0.48% 0.49% -
HSV(B) 41º 0.65% 0.72% -
XYZ 30.97 31.12 9.22 -
YUV 148.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 184 146 64 0 0.21 0.65 0.28 41 0.48 0.49
Hex B8 92 40 0 15 41 1C 29 30 31
Octal 270 222 100 0 25 101 34 51 60 61
Binary 10111000 10010010 1000000 0 10101 1000001 11100 101001 110000 110001

Color Harmonies of #B89240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89240

Black with #B89240

Text Example


Text Example

White with #B89240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89240; }

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

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

background-color css

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

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

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

border-color css

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

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

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