Html Css Color HEX #B69544 Roti

📋 copy color: '#B69544'

red 182 ◦ green 149 ◦ blue 68

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

Shades of Roti #B69544

Tints of Roti #B69544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 45.61%
G = 37.34%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B69544 (or 0xB69544) is known color: Roti. HEX triplet: B6, 95 and 44. RGB value is (182,149,68). Sum of RGB (Red+Green+Blue) = 182+149+68=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B69544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69544 is #496ABB. Grayscale: #959595. Windows color (decimal): -4811452 or 4494774. OLE color: 4494774.

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

Color convert

RGB 182 149 68 -
CMYK 0 0.18 0.63 0.29
HSL 42.63º 0.46% 0.49% -
HSV(B) 42.63º 0.63% 0.71% -
XYZ 31.08 31.86 9.98 -
YUV 149.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 182 149 68 0 0.18 0.63 0.29 42.63 0.46 0.49
Hex B6 95 44 0 12 3F 1D 2B 2E 31
Octal 266 225 104 0 22 77 35 53 56 61
Binary 10110110 10010101 1000100 0 10010 111111 11101 101011 101110 110001

Color Harmonies of #B69544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69544

Black with #B69544

Text Example


Text Example

White with #B69544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69544; }

 p { color: rgb(182,149,68); }

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

background-color css

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

 a { background-color: rgb(182,149,68); }

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

border-color css

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

 span { border-color: rgb(182,149,68); }

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