Html Css Color HEX #B79341 Roti

📋 copy color: '#B79341'

red 183 ◦ green 147 ◦ blue 65

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

Shades of Roti #B79341

Tints of Roti #B79341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 46.33%
G = 37.22%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B79341 (or 0xB79341) is known color: Roti. HEX triplet: B7, 93 and 41. RGB value is (183,147,65). Sum of RGB (Red+Green+Blue) = 183+147+65=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B79341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79341 is #486CBE. Grayscale: #949494. Windows color (decimal): -4746431 or 4297655. OLE color: 4297655.

HSL color Cylindrical-coordinate representation of color #B79341: hue angle of 41.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B79341 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 147 65 -
CMYK 0 0.20 0.64 0.28
HSL 41.69º 0.48% 0.49% -
HSV(B) 41.69º 0.64% 0.72% -
XYZ 30.92 31.32 9.42 -
YUV 148.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 183 147 65 0 0.20 0.64 0.28 41.69 0.48 0.49
Hex B7 93 41 0 14 40 1C 2A 30 31
Octal 267 223 101 0 24 100 34 52 60 61
Binary 10110111 10010011 1000001 0 10100 1000000 11100 101010 110000 110001

Color Harmonies of #B79341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79341

Black with #B79341

Text Example


Text Example

White with #B79341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79341; }

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

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

background-color css

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

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

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

border-color css

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

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

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