Html Css Color HEX #BD615D Sunglo

📋 copy color: '#BD615D'

red 189 ◦ green 97 ◦ blue 93

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

Shades of Sunglo #BD615D

Tints of Sunglo #BD615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 49.87%
G = 25.59%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD615D (or 0xBD615D) is known color: Sunglo. HEX triplet: BD, 61 and 5D. RGB value is (189,97,93). Sum of RGB (Red+Green+Blue) = 189+97+93=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD615D is #429EA2. Grayscale: #7C7C7C. Windows color (decimal): -4365987 or 6119869. OLE color: 6119869.

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

Color convert

RGB 189 97 93 -
CMYK 0 0.49 0.51 0.26
HSL 2.5º 0.42% 0.55% -
HSV(B) 2.5º 0.51% 0.74% -
XYZ 27.24 20.16 12.81 -
YUV 124.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 189 97 93 0 0.49 0.51 0.26 2.5 0.42 0.55
Hex BD 61 5D 0 31 33 1A 2 2A 37
Octal 275 141 135 0 61 63 32 2 52 67
Binary 10111101 1100001 1011101 0 110001 110011 11010 10 101010 110111

Color Harmonies of #BD615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD615D

Black with #BD615D

Text Example


Text Example

White with #BD615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD615D; }

 p { color: rgb(189,97,93); }

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

background-color css

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

 a { background-color: rgb(189,97,93); }

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

border-color css

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

 span { border-color: rgb(189,97,93); }

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