Html Css Color HEX #BE691B Chocolate

📋 copy color: '#BE691B'

red 190 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #BE691B

Tints of Chocolate #BE691B

RGB

 RED value IS 190 (74.61% from 255) = 59.01%

 GREEN value IS 105 (41.41% from 255) = 32.61%

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 59.01%
G = 32.61%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE691B (or 0xBE691B) is known color: Chocolate. HEX triplet: BE, 69 and 1B. RGB value is (190,105,27). Sum of RGB (Red+Green+Blue) = 190+105+27=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE691B is #4196E4. Grayscale: #797979. Windows color (decimal): -4298469 or 1796542. OLE color: 1796542.

HSL color Cylindrical-coordinate representation of color #BE691B: hue angle of 28.71º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE691B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 27 -
CMYK 0 0.45 0.86 0.25
HSL 28.71º 0.75% 0.43% -
HSV(B) 28.71º 0.86% 0.75% -
XYZ 26.48 21.13 3.72 -
YUV 121.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 190 105 27 0 0.45 0.86 0.25 28.71 0.75 0.43
Hex BE 69 1B 0 2D 56 19 1D 4B 2B
Octal 276 151 33 0 55 126 31 35 113 53
Binary 10111110 1101001 11011 0 101101 1010110 11001 11101 1001011 101011

Color Harmonies of #BE691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE691B

Black with #BE691B

Text Example


Text Example

White with #BE691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE691B; }

 p { color: rgb(190,105,27); }

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

background-color css

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

 a { background-color: rgb(190,105,27); }

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

border-color css

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

 span { border-color: rgb(190,105,27); }

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