Html Css Color HEX #B79546 Roti

📋 copy color: '#B79546'

red 183 ◦ green 149 ◦ blue 70

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

Shades of Roti #B79546

Tints of Roti #B79546

RGB

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

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

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

R = 45.52%
G = 37.06%
B = 17.41%

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

#B79546 (or 0xB79546) is known color: Roti. HEX triplet: B7, 95 and 46. RGB value is (183,149,70). Sum of RGB (Red+Green+Blue) = 183+149+70=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B79546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79546 is #486AB9. Grayscale: #969696. Windows color (decimal): -4745914 or 4625847. OLE color: 4625847.

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

Color convert

RGB 183 149 70 -
CMYK 0 0.19 0.62 0.28
HSL 41.95º 0.45% 0.5% -
HSV(B) 41.95º 0.62% 0.72% -
XYZ 31.38 32 10.32 -
YUV 150.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 183 149 70 0 0.19 0.62 0.28 41.95 0.45 0.5
Hex B7 95 46 0 13 3E 1C 2A 2D 32
Octal 267 225 106 0 23 76 34 52 55 62
Binary 10110111 10010101 1000110 0 10011 111110 11100 101010 101101 110010

Color Harmonies of #B79546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79546

Black with #B79546

Text Example


Text Example

White with #B79546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79546; }

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

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

background-color css

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

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

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

border-color css

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

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

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