Html Css Color HEX #BE6952 Sunglo

📋 copy color: '#BE6952'

red 190 ◦ green 105 ◦ blue 82

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

Shades of Sunglo #BE6952

Tints of Sunglo #BE6952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 50.4%
G = 27.85%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE6952 (or 0xBE6952) is known color: Sunglo. HEX triplet: BE, 69 and 52. RGB value is (190,105,82). Sum of RGB (Red+Green+Blue) = 190+105+82=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6952 is #4196AD. Grayscale: #7F7F7F. Windows color (decimal): -4298414 or 5401022. OLE color: 5401022.

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

Color convert

RGB 190 105 82 -
CMYK 0 0.45 0.57 0.25
HSL 12.78º 0.45% 0.53% -
HSV(B) 12.78º 0.57% 0.75% -
XYZ 27.81 21.66 10.7 -
YUV 127.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 190 105 82 0 0.45 0.57 0.25 12.78 0.45 0.53
Hex BE 69 52 0 2D 39 19 D 2D 35
Octal 276 151 122 0 55 71 31 15 55 65
Binary 10111110 1101001 1010010 0 101101 111001 11001 1101 101101 110101

Color Harmonies of #BE6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6952

Black with #BE6952

Text Example


Text Example

White with #BE6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6952; }

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

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

background-color css

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

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

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

border-color css

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

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

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