Html Css Color HEX #BD615F Sunglo

📋 copy color: '#BD615F'

red 189 ◦ green 97 ◦ blue 95

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

Shades of Sunglo #BD615F

Tints of Sunglo #BD615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 49.61%
G = 25.46%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD615F (or 0xBD615F) is known color: Sunglo. HEX triplet: BD, 61 and 5F. RGB value is (189,97,95). Sum of RGB (Red+Green+Blue) = 189+97+95=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD615F is #429EA0. Grayscale: #7C7C7C. Windows color (decimal): -4365985 or 6250941. OLE color: 6250941.

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

Color convert

RGB 189 97 95 -
CMYK 0 0.49 0.50 0.26
HSL 1.28º 0.42% 0.56% -
HSV(B) 1.28º 0.5% 0.74% -
XYZ 27.33 20.19 13.28 -
YUV 124.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 189 97 95 0 0.49 0.50 0.26 1.28 0.42 0.56
Hex BD 61 5F 0 31 32 1A 1 2A 38
Octal 275 141 137 0 61 62 32 1 52 70
Binary 10111101 1100001 1011111 0 110001 110010 11010 1 101010 111000

Color Harmonies of #BD615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD615F

Black with #BD615F

Text Example


Text Example

White with #BD615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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