Html Css Color HEX #B8993E Roti

📋 copy color: '#B8993E'

red 184 ◦ green 153 ◦ blue 62

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

Shades of Roti #B8993E

Tints of Roti #B8993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 46.12%
G = 38.35%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8993E (or 0xB8993E) is known color: Roti. HEX triplet: B8, 99 and 3E. RGB value is (184,153,62). Sum of RGB (Red+Green+Blue) = 184+153+62=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8993E is #4766C1. Grayscale: #989898. Windows color (decimal): -4679362 or 4102584. OLE color: 4102584.

HSL color Cylindrical-coordinate representation of color #B8993E: hue angle of 44.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8993E is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 62 -
CMYK 0 0.17 0.66 0.28
HSL 44.75º 0.5% 0.48% -
HSV(B) 44.75º 0.66% 0.72% -
XYZ 32.03 33.32 9.3 -
YUV 151.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 184 153 62 0 0.17 0.66 0.28 44.75 0.5 0.48
Hex B8 99 3E 0 11 42 1C 2D 32 30
Octal 270 231 76 0 21 102 34 55 62 60
Binary 10111000 10011001 111110 0 10001 1000010 11100 101101 110010 110000

Color Harmonies of #B8993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8993E

Black with #B8993E

Text Example


Text Example

White with #B8993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8993E; }

 p { color: rgb(184,153,62); }

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

background-color css

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

 a { background-color: rgb(184,153,62); }

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

border-color css

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

 span { border-color: rgb(184,153,62); }

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