Html Css Color HEX #B8953E Roti

📋 copy color: '#B8953E'

red 184 ◦ green 149 ◦ blue 62

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

Shades of Roti #B8953E

Tints of Roti #B8953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 46.58%
G = 37.72%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8953E (or 0xB8953E) is known color: Roti. HEX triplet: B8, 95 and 3E. RGB value is (184,149,62). Sum of RGB (Red+Green+Blue) = 184+149+62=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8953E is #476AC1. Grayscale: #959595. Windows color (decimal): -4680386 or 4101560. OLE color: 4101560.

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

Color convert

RGB 184 149 62 -
CMYK 0 0.19 0.66 0.28
HSL 42.79º 0.5% 0.48% -
HSV(B) 42.79º 0.66% 0.72% -
XYZ 31.38 32.03 9.09 -
YUV 149.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 184 149 62 0 0.19 0.66 0.28 42.79 0.5 0.48
Hex B8 95 3E 0 13 42 1C 2B 32 30
Octal 270 225 76 0 23 102 34 53 62 60
Binary 10111000 10010101 111110 0 10011 1000010 11100 101011 110010 110000

Color Harmonies of #B8953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8953E

Black with #B8953E

Text Example


Text Example

White with #B8953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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