Html Css Color HEX #B79346 Roti

📋 copy color: '#B79346'

red 183 ◦ green 147 ◦ blue 70

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

Shades of Roti #B79346

Tints of Roti #B79346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 45.75%
G = 36.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B79346 (or 0xB79346) is known color: Roti. HEX triplet: B7, 93 and 46. RGB value is (183,147,70). Sum of RGB (Red+Green+Blue) = 183+147+70=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79346 is #486CB9. Grayscale: #959595. Windows color (decimal): -4746426 or 4625335. OLE color: 4625335.

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

Color convert

RGB 183 147 70 -
CMYK 0 0.20 0.62 0.28
HSL 40.88º 0.45% 0.5% -
HSV(B) 40.88º 0.62% 0.72% -
XYZ 31.07 31.38 10.21 -
YUV 148.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 183 147 70 0 0.20 0.62 0.28 40.88 0.45 0.5
Hex B7 93 46 0 14 3E 1C 29 2D 32
Octal 267 223 106 0 24 76 34 51 55 62
Binary 10110111 10010011 1000110 0 10100 111110 11100 101001 101101 110010

Color Harmonies of #B79346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79346

Black with #B79346

Text Example


Text Example

White with #B79346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79346; }

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

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

background-color css

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

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

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

border-color css

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

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

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