Html Css Color HEX #BD6258 Sunglo

📋 copy color: '#BD6258'

red 189 ◦ green 98 ◦ blue 88

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

Shades of Sunglo #BD6258

Tints of Sunglo #BD6258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.47%

R = 50.4%
G = 26.13%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD6258 (or 0xBD6258) is known color: Sunglo. HEX triplet: BD, 62 and 58. RGB value is (189,98,88). Sum of RGB (Red+Green+Blue) = 189+98+88=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6258 is #429DA7. Grayscale: #7C7C7C. Windows color (decimal): -4365736 or 5792445. OLE color: 5792445.

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

Color convert

RGB 189 98 88 -
CMYK 0 0.48 0.53 0.26
HSL 5.94º 0.43% 0.54% -
HSV(B) 5.94º 0.53% 0.74% -
XYZ 27.12 20.26 11.71 -
YUV 124.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 189 98 88 0 0.48 0.53 0.26 5.94 0.43 0.54
Hex BD 62 58 0 30 35 1A 6 2B 36
Octal 275 142 130 0 60 65 32 6 53 66
Binary 10111101 1100010 1011000 0 110000 110101 11010 110 101011 110110

Color Harmonies of #BD6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6258

Black with #BD6258

Text Example


Text Example

White with #BD6258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6258; }

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

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

background-color css

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

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

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

border-color css

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

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

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