Html Css Color HEX #B8954A Roti

📋 copy color: '#B8954A'

red 184 ◦ green 149 ◦ blue 74

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

Shades of Roti #B8954A

Tints of Roti #B8954A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 45.21%
G = 36.61%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8954A (or 0xB8954A) is known color: Roti. HEX triplet: B8, 95 and 4A. RGB value is (184,149,74). Sum of RGB (Red+Green+Blue) = 184+149+74=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8954A is #476AB5. Grayscale: #979797. Windows color (decimal): -4680374 or 4887992. OLE color: 4887992.

HSL color Cylindrical-coordinate representation of color #B8954A: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8954A is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 74 -
CMYK 0 0.19 0.60 0.28
HSL 40.91º 0.44% 0.51% -
HSV(B) 40.91º 0.6% 0.72% -
XYZ 31.75 32.18 11.02 -
YUV 150.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 184 149 74 0 0.19 0.60 0.28 40.91 0.44 0.51
Hex B8 95 4A 0 13 3C 1C 29 2C 33
Octal 270 225 112 0 23 74 34 51 54 63
Binary 10111000 10010101 1001010 0 10011 111100 11100 101001 101100 110011

Color Harmonies of #B8954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8954A

Black with #B8954A

Text Example


Text Example

White with #B8954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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