Html Css Color HEX #B89542 Roti

📋 copy color: '#B89542'

red 184 ◦ green 149 ◦ blue 66

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

Shades of Roti #B89542

Tints of Roti #B89542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

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

R = 46.12%
G = 37.34%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B89542 (or 0xB89542) is known color: Roti. HEX triplet: B8, 95 and 42. RGB value is (184,149,66). Sum of RGB (Red+Green+Blue) = 184+149+66=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B89542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89542 is #476ABD. Grayscale: #969696. Windows color (decimal): -4680382 or 4363704. OLE color: 4363704.

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

Color convert

RGB 184 149 66 -
CMYK 0 0.19 0.64 0.28
HSL 42.2º 0.47% 0.49% -
HSV(B) 42.2º 0.64% 0.72% -
XYZ 31.5 32.08 9.69 -
YUV 150 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 184 149 66 0 0.19 0.64 0.28 42.2 0.47 0.49
Hex B8 95 42 0 13 40 1C 2A 2F 31
Octal 270 225 102 0 23 100 34 52 57 61
Binary 10111000 10010101 1000010 0 10011 1000000 11100 101010 101111 110001

Color Harmonies of #B89542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89542

Black with #B89542

Text Example


Text Example

White with #B89542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89542; }

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

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

background-color css

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

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

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

border-color css

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

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

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