Html Css Color HEX #B79446 Roti

📋 copy color: '#B79446'

red 183 ◦ green 148 ◦ blue 70

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

Shades of Roti #B79446

Tints of Roti #B79446

RGB

 RED value IS 183 (71.88% from 255) = 45.64%

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 45.64%
G = 36.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B79446 (or 0xB79446) is known color: Roti. HEX triplet: B7, 94 and 46. RGB value is (183,148,70). Sum of RGB (Red+Green+Blue) = 183+148+70=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B79446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79446 is #486BB9. Grayscale: #959595. Windows color (decimal): -4746170 or 4625591. OLE color: 4625591.

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

Color convert

RGB 183 148 70 -
CMYK 0 0.19 0.62 0.28
HSL 41.42º 0.45% 0.5% -
HSV(B) 41.42º 0.62% 0.72% -
XYZ 31.22 31.69 10.27 -
YUV 149.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 183 148 70 0 0.19 0.62 0.28 41.42 0.45 0.5
Hex B7 94 46 0 13 3E 1C 29 2D 32
Octal 267 224 106 0 23 76 34 51 55 62
Binary 10110111 10010100 1000110 0 10011 111110 11100 101001 101101 110010

Color Harmonies of #B79446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79446

Black with #B79446

Text Example


Text Example

White with #B79446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79446; }

 p { color: rgb(183,148,70); }

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

background-color css

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

 a { background-color: rgb(183,148,70); }

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

border-color css

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

 span { border-color: rgb(183,148,70); }

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