Html Css Color HEX #B89E40 Roti

📋 copy color: '#B89E40'

red 184 ◦ green 158 ◦ blue 64

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

Shades of Roti #B89E40

Tints of Roti #B89E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.92%

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

R = 45.32%
G = 38.92%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89E40 (or 0xB89E40) is known color: Roti. HEX triplet: B8, 9E and 40. RGB value is (184,158,64). Sum of RGB (Red+Green+Blue) = 184+158+64=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E40 is #4761BF. Grayscale: #9B9B9B. Windows color (decimal): -4678080 or 4234936. OLE color: 4234936.

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

Color convert

RGB 184 158 64 -
CMYK 0 0.14 0.65 0.28
HSL 47º 0.48% 0.49% -
HSV(B) 47º 0.65% 0.72% -
XYZ 32.92 35.01 9.87 -
YUV 155.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 184 158 64 0 0.14 0.65 0.28 47 0.48 0.49
Hex B8 9E 40 0 E 41 1C 2F 30 31
Octal 270 236 100 0 16 101 34 57 60 61
Binary 10111000 10011110 1000000 0 1110 1000001 11100 101111 110000 110001

Color Harmonies of #B89E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E40

Black with #B89E40

Text Example


Text Example

White with #B89E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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