Html Css Color HEX #B8993A Roti

📋 copy color: '#B8993A'

red 184 ◦ green 153 ◦ blue 58

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

Shades of Roti #B8993A

Tints of Roti #B8993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 46.58%
G = 38.73%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8993A (or 0xB8993A) is known color: Roti. HEX triplet: B8, 99 and 3A. RGB value is (184,153,58). Sum of RGB (Red+Green+Blue) = 184+153+58=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8993A is #4766C5. Grayscale: #979797. Windows color (decimal): -4679366 or 3840440. OLE color: 3840440.

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

Color convert

RGB 184 153 58 -
CMYK 0 0.17 0.68 0.28
HSL 45.24º 0.52% 0.47% -
HSV(B) 45.24º 0.68% 0.72% -
XYZ 31.92 33.28 8.74 -
YUV 151.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 184 153 58 0 0.17 0.68 0.28 45.24 0.52 0.47
Hex B8 99 3A 0 11 44 1C 2D 34 2F
Octal 270 231 72 0 21 104 34 55 64 57
Binary 10111000 10011001 111010 0 10001 1000100 11100 101101 110100 101111

Color Harmonies of #B8993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8993A

Black with #B8993A

Text Example


Text Example

White with #B8993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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