Html Css Color HEX #B79042 Roti

📋 copy color: '#B79042'

red 183 ◦ green 144 ◦ blue 66

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

Shades of Roti #B79042

Tints of Roti #B79042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 46.56%
G = 36.64%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B79042 (or 0xB79042) is known color: Roti. HEX triplet: B7, 90 and 42. RGB value is (183,144,66). Sum of RGB (Red+Green+Blue) = 183+144+66=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B79042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79042 is #486FBD. Grayscale: #939393. Windows color (decimal): -4747198 or 4362423. OLE color: 4362423.

HSL color Cylindrical-coordinate representation of color #B79042: hue angle of 40º degrees, saturation: 0.47, 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 #B79042 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 144 66 -
CMYK 0 0.21 0.64 0.28
HSL 40º 0.47% 0.49% -
HSV(B) 40º 0.64% 0.72% -
XYZ 30.49 30.41 9.42 -
YUV 146.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 183 144 66 0 0.21 0.64 0.28 40 0.47 0.49
Hex B7 90 42 0 15 40 1C 28 2F 31
Octal 267 220 102 0 25 100 34 50 57 61
Binary 10110111 10010000 1000010 0 10101 1000000 11100 101000 101111 110001

Color Harmonies of #B79042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79042

Black with #B79042

Text Example


Text Example

White with #B79042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79042; }

 p { color: rgb(183,144,66); }

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

background-color css

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

 a { background-color: rgb(183,144,66); }

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

border-color css

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

 span { border-color: rgb(183,144,66); }

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