Html Css Color HEX #B69140 Roti

📋 copy color: '#B69140'

red 182 ◦ green 145 ◦ blue 64

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

Shades of Roti #B69140

Tints of Roti #B69140

RGB

 RED value IS 182 (71.48% from 255) = 46.55%

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 46.55%
G = 37.08%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B69140 (or 0xB69140) is known color: Roti. HEX triplet: B6, 91 and 40. RGB value is (182,145,64). Sum of RGB (Red+Green+Blue) = 182+145+64=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B69140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69140 is #496EBF. Grayscale: #939393. Windows color (decimal): -4812480 or 4231606. OLE color: 4231606.

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

Color convert

RGB 182 145 64 -
CMYK 0 0.20 0.65 0.29
HSL 41.19º 0.48% 0.48% -
HSV(B) 41.19º 0.65% 0.71% -
XYZ 30.34 30.57 9.15 -
YUV 146.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 182 145 64 0 0.20 0.65 0.29 41.19 0.48 0.48
Hex B6 91 40 0 14 41 1D 29 30 30
Octal 266 221 100 0 24 101 35 51 60 60
Binary 10110110 10010001 1000000 0 10100 1000001 11101 101001 110000 110000

Color Harmonies of #B69140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69140

Black with #B69140

Text Example


Text Example

White with #B69140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69140; }

 p { color: rgb(182,145,64); }

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

background-color css

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

 a { background-color: rgb(182,145,64); }

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

border-color css

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

 span { border-color: rgb(182,145,64); }

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