Html Css Color HEX #B69440 Roti

📋 copy color: '#B69440'

red 182 ◦ green 148 ◦ blue 64

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

Shades of Roti #B69440

Tints of Roti #B69440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 46.19%
G = 37.56%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B69440 (or 0xB69440) is known color: Roti. HEX triplet: B6, 94 and 40. RGB value is (182,148,64). Sum of RGB (Red+Green+Blue) = 182+148+64=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B69440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69440 is #496BBF. Grayscale: #949494. Windows color (decimal): -4811712 or 4232374. OLE color: 4232374.

HSL color Cylindrical-coordinate representation of color #B69440: hue angle of 42.71º 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 #B69440 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 64 -
CMYK 0 0.19 0.65 0.29
HSL 42.71º 0.48% 0.48% -
HSV(B) 42.71º 0.65% 0.71% -
XYZ 30.81 31.5 9.31 -
YUV 148.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 182 148 64 0 0.19 0.65 0.29 42.71 0.48 0.48
Hex B6 94 40 0 13 41 1D 2B 30 30
Octal 266 224 100 0 23 101 35 53 60 60
Binary 10110110 10010100 1000000 0 10011 1000001 11101 101011 110000 110000

Color Harmonies of #B69440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69440

Black with #B69440

Text Example


Text Example

White with #B69440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69440; }

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

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

background-color css

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

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

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

border-color css

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

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

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