Html Css Color HEX #BD6255 Sunglo

📋 copy color: '#BD6255'

red 189 ◦ green 98 ◦ blue 85

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

Shades of Sunglo #BD6255

Tints of Sunglo #BD6255

RGB

 RED value IS 189 (74.22% from 255) = 50.81%

 GREEN value IS 98 (38.67% from 255) = 26.34%

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 50.81%
G = 26.34%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD6255 (or 0xBD6255) is known color: Sunglo. HEX triplet: BD, 62 and 55. RGB value is (189,98,85). Sum of RGB (Red+Green+Blue) = 189+98+85=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6255 is #429DAA. Grayscale: #7B7B7B. Windows color (decimal): -4365739 or 5595837. OLE color: 5595837.

HSL color Cylindrical-coordinate representation of color #BD6255: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6255 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 85 -
CMYK 0 0.48 0.55 0.26
HSL 7.5º 0.44% 0.54% -
HSV(B) 7.5º 0.55% 0.74% -
XYZ 26.99 20.21 11.07 -
YUV 123.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 189 98 85 0 0.48 0.55 0.26 7.5 0.44 0.54
Hex BD 62 55 0 30 37 1A 8 2C 36
Octal 275 142 125 0 60 67 32 10 54 66
Binary 10111101 1100010 1010101 0 110000 110111 11010 1000 101100 110110

Color Harmonies of #BD6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6255

Black with #BD6255

Text Example


Text Example

White with #BD6255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6255; }

 p { color: rgb(189,98,85); }

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

background-color css

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

 a { background-color: rgb(189,98,85); }

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

border-color css

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

 span { border-color: rgb(189,98,85); }

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