Html Css Color HEX #B89640 Roti

📋 copy color: '#B89640'

red 184 ◦ green 150 ◦ blue 64

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

Shades of Roti #B89640

Tints of Roti #B89640

RGB

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

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

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

R = 46.23%
G = 37.69%
B = 16.08%

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

#B89640 (or 0xB89640) is known color: Roti. HEX triplet: B8, 96 and 40. RGB value is (184,150,64). Sum of RGB (Red+Green+Blue) = 184+150+64=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89640 is #4769BF. Grayscale: #969696. Windows color (decimal): -4680128 or 4232888. OLE color: 4232888.

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

Color convert

RGB 184 150 64 -
CMYK 0 0.18 0.65 0.28
HSL 43º 0.48% 0.49% -
HSV(B) 43º 0.65% 0.72% -
XYZ 31.6 32.37 9.43 -
YUV 150.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 184 150 64 0 0.18 0.65 0.28 43 0.48 0.49
Hex B8 96 40 0 12 41 1C 2B 30 31
Octal 270 226 100 0 22 101 34 53 60 61
Binary 10111000 10010110 1000000 0 10010 1000001 11100 101011 110000 110001

Color Harmonies of #B89640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89640

Black with #B89640

Text Example


Text Example

White with #B89640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89640; }

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

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

background-color css

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

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

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

border-color css

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

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

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