Html Css Color HEX #B4914A Roti

📋 copy color: '#B4914A'

red 180 ◦ green 145 ◦ blue 74

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

Shades of Roti #B4914A

Tints of Roti #B4914A

RGB

 RED value IS 180 (70.7% from 255) = 45.11%

 GREEN value IS 145 (57.03% from 255) = 36.34%

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

R = 45.11%
G = 36.34%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4914A (or 0xB4914A) is known color: Roti. HEX triplet: B4, 91 and 4A. RGB value is (180,145,74). Sum of RGB (Red+Green+Blue) = 180+145+74=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4914A is #4B6EB5. Grayscale: #939393. Windows color (decimal): -4943542 or 4886964. OLE color: 4886964.

HSL color Cylindrical-coordinate representation of color #B4914A: hue angle of 40.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4914A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 74 -
CMYK 0 0.19 0.59 0.29
HSL 40.19º 0.42% 0.5% -
HSV(B) 40.19º 0.59% 0.71% -
XYZ 30.18 30.45 10.76 -
YUV 147.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 180 145 74 0 0.19 0.59 0.29 40.19 0.42 0.5
Hex B4 91 4A 0 13 3B 1D 28 2A 32
Octal 264 221 112 0 23 73 35 50 52 62
Binary 10110100 10010001 1001010 0 10011 111011 11101 101000 101010 110010

Color Harmonies of #B4914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4914A

Black with #B4914A

Text Example


Text Example

White with #B4914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4914A; }

 p { color: rgb(180,145,74); }

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

background-color css

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

 a { background-color: rgb(180,145,74); }

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

border-color css

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

 span { border-color: rgb(180,145,74); }

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