Html Css Color HEX #B79540 Roti

📋 copy color: '#B79540'

red 183 ◦ green 149 ◦ blue 64

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

Shades of Roti #B79540

Tints of Roti #B79540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 46.21%
G = 37.63%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B79540 (or 0xB79540) is known color: Roti. HEX triplet: B7, 95 and 40. RGB value is (183,149,64). Sum of RGB (Red+Green+Blue) = 183+149+64=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B79540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79540 is #486ABF. Grayscale: #959595. Windows color (decimal): -4745920 or 4232631. OLE color: 4232631.

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

Color convert

RGB 183 149 64 -
CMYK 0 0.19 0.65 0.28
HSL 42.86º 0.48% 0.48% -
HSV(B) 42.86º 0.65% 0.72% -
XYZ 31.2 31.93 9.37 -
YUV 149.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 183 149 64 0 0.19 0.65 0.28 42.86 0.48 0.48
Hex B7 95 40 0 13 41 1C 2B 30 30
Octal 267 225 100 0 23 101 34 53 60 60
Binary 10110111 10010101 1000000 0 10011 1000001 11100 101011 110000 110000

Color Harmonies of #B79540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79540

Black with #B79540

Text Example


Text Example

White with #B79540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79540; }

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

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

background-color css

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

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

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

border-color css

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

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

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