Html Css Color HEX #B69937 Roti

📋 copy color: '#B69937'

red 182 ◦ green 153 ◦ blue 55

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

Shades of Roti #B69937

Tints of Roti #B69937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 46.67%
G = 39.23%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B69937 (or 0xB69937) is known color: Roti. HEX triplet: B6, 99 and 37. RGB value is (182,153,55). Sum of RGB (Red+Green+Blue) = 182+153+55=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B69937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69937 is #4966C8. Grayscale: #969696. Windows color (decimal): -4810441 or 3643830. OLE color: 3643830.

HSL color Cylindrical-coordinate representation of color #B69937: hue angle of 46.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B69937 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 55 -
CMYK 0 0.16 0.70 0.29
HSL 46.3º 0.54% 0.46% -
HSV(B) 46.3º 0.7% 0.71% -
XYZ 31.37 33 8.33 -
YUV 150.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 182 153 55 0 0.16 0.70 0.29 46.3 0.54 0.46
Hex B6 99 37 0 10 46 1D 2E 36 2E
Octal 266 231 67 0 20 106 35 56 66 56
Binary 10110110 10011001 110111 0 10000 1000110 11101 101110 110110 101110

Color Harmonies of #B69937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69937

Black with #B69937

Text Example


Text Example

White with #B69937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69937; }

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

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

background-color css

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

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

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

border-color css

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

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

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