Html Css Color HEX #B89642 Roti

📋 copy color: '#B89642'

red 184 ◦ green 150 ◦ blue 66

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

Shades of Roti #B89642

Tints of Roti #B89642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 46%
G = 37.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B89642 (or 0xB89642) is known color: Roti. HEX triplet: B8, 96 and 42. RGB value is (184,150,66). Sum of RGB (Red+Green+Blue) = 184+150+66=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89642 is #4769BD. Grayscale: #969696. Windows color (decimal): -4680126 or 4363960. OLE color: 4363960.

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

Color convert

RGB 184 150 66 -
CMYK 0 0.18 0.64 0.28
HSL 42.71º 0.47% 0.49% -
HSV(B) 42.71º 0.64% 0.72% -
XYZ 31.66 32.4 9.74 -
YUV 150.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 184 150 66 0 0.18 0.64 0.28 42.71 0.47 0.49
Hex B8 96 42 0 12 40 1C 2B 2F 31
Octal 270 226 102 0 22 100 34 53 57 61
Binary 10111000 10010110 1000010 0 10010 1000000 11100 101011 101111 110001

Color Harmonies of #B89642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89642

Black with #B89642

Text Example


Text Example

White with #B89642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89642; }

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

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

background-color css

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

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

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

border-color css

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

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

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