Html Css Color HEX #B69946 Roti

📋 copy color: '#B69946'

red 182 ◦ green 153 ◦ blue 70

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

Shades of Roti #B69946

Tints of Roti #B69946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 44.94%
G = 37.78%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B69946 (or 0xB69946) is known color: Roti. HEX triplet: B6, 99 and 46. RGB value is (182,153,70). Sum of RGB (Red+Green+Blue) = 182+153+70=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B69946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69946 is #4966B9. Grayscale: #989898. Windows color (decimal): -4810426 or 4626870. OLE color: 4626870.

HSL color Cylindrical-coordinate representation of color #B69946: hue angle of 44.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B69946 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 70 -
CMYK 0 0.16 0.62 0.29
HSL 44.46º 0.44% 0.49% -
HSV(B) 44.46º 0.62% 0.71% -
XYZ 31.79 33.17 10.52 -
YUV 152.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 182 153 70 0 0.16 0.62 0.29 44.46 0.44 0.49
Hex B6 99 46 0 10 3E 1D 2C 2C 31
Octal 266 231 106 0 20 76 35 54 54 61
Binary 10110110 10011001 1000110 0 10000 111110 11101 101100 101100 110001

Color Harmonies of #B69946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69946

Black with #B69946

Text Example


Text Example

White with #B69946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69946; }

 p { color: rgb(182,153,70); }

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

background-color css

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

 a { background-color: rgb(182,153,70); }

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

border-color css

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

 span { border-color: rgb(182,153,70); }

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