Html Css Color HEX #BD6256 Sunglo

📋 copy color: '#BD6256'

red 189 ◦ green 98 ◦ blue 86

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

Shades of Sunglo #BD6256

Tints of Sunglo #BD6256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.06%

R = 50.67%
G = 26.27%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD6256 (or 0xBD6256) is known color: Sunglo. HEX triplet: BD, 62 and 56. RGB value is (189,98,86). Sum of RGB (Red+Green+Blue) = 189+98+86=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6256 is #429DA9. Grayscale: #7B7B7B. Windows color (decimal): -4365738 or 5661373. OLE color: 5661373.

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

Color convert

RGB 189 98 86 -
CMYK 0 0.48 0.54 0.26
HSL 6.99º 0.44% 0.54% -
HSV(B) 6.99º 0.54% 0.74% -
XYZ 27.03 20.23 11.28 -
YUV 123.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 189 98 86 0 0.48 0.54 0.26 6.99 0.44 0.54
Hex BD 62 56 0 30 36 1A 7 2C 36
Octal 275 142 126 0 60 66 32 7 54 66
Binary 10111101 1100010 1010110 0 110000 110110 11010 111 101100 110110

Color Harmonies of #BD6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6256

Black with #BD6256

Text Example


Text Example

White with #BD6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6256; }

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

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

background-color css

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

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

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

border-color css

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

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

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