Html Css Color HEX #B89641 Roti

📋 copy color: '#B89641'

red 184 ◦ green 150 ◦ blue 65

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

Shades of Roti #B89641

Tints of Roti #B89641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 46.12%
G = 37.59%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89641 (or 0xB89641) is known color: Roti. HEX triplet: B8, 96 and 41. RGB value is (184,150,65). Sum of RGB (Red+Green+Blue) = 184+150+65=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B89641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89641 is #4769BE. Grayscale: #969696. Windows color (decimal): -4680127 or 4298424. OLE color: 4298424.

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

Color convert

RGB 184 150 65 -
CMYK 0 0.18 0.65 0.28
HSL 42.86º 0.48% 0.49% -
HSV(B) 42.86º 0.65% 0.72% -
XYZ 31.63 32.38 9.58 -
YUV 150.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 184 150 65 0 0.18 0.65 0.28 42.86 0.48 0.49
Hex B8 96 41 0 12 41 1C 2B 30 31
Octal 270 226 101 0 22 101 34 53 60 61
Binary 10111000 10010110 1000001 0 10010 1000001 11100 101011 110000 110001

Color Harmonies of #B89641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89641

Black with #B89641

Text Example


Text Example

White with #B89641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89641; }

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

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

background-color css

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

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

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

border-color css

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

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

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