Html Css Color HEX #B69540 Roti

📋 copy color: '#B69540'

red 182 ◦ green 149 ◦ blue 64

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

Shades of Roti #B69540

Tints of Roti #B69540

RGB

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

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

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

R = 46.08%
G = 37.72%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B69540 (or 0xB69540) is known color: Roti. HEX triplet: B6, 95 and 40. RGB value is (182,149,64). Sum of RGB (Red+Green+Blue) = 182+149+64=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B69540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69540 is #496ABF. Grayscale: #959595. Windows color (decimal): -4811456 or 4232630. OLE color: 4232630.

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

Color convert

RGB 182 149 64 -
CMYK 0 0.18 0.65 0.29
HSL 43.22º 0.48% 0.48% -
HSV(B) 43.22º 0.65% 0.71% -
XYZ 30.96 31.81 9.36 -
YUV 149.18 79.93 151.41 -
System Red Green Blue C M Y K H S L
Decimal 182 149 64 0 0.18 0.65 0.29 43.22 0.48 0.48
Hex B6 95 40 0 12 41 1D 2B 30 30
Octal 266 225 100 0 22 101 35 53 60 60
Binary 10110110 10010101 1000000 0 10010 1000001 11101 101011 110000 110000

Color Harmonies of #B69540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69540

Black with #B69540

Text Example


Text Example

White with #B69540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69540; }

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

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

background-color css

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

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

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

border-color css

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

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

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