Html Css Color HEX #BD635D Sunglo

📋 copy color: '#BD635D'

red 189 ◦ green 99 ◦ blue 93

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

Shades of Sunglo #BD635D

Tints of Sunglo #BD635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 49.61%
G = 25.98%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD635D (or 0xBD635D) is known color: Sunglo. HEX triplet: BD, 63 and 5D. RGB value is (189,99,93). Sum of RGB (Red+Green+Blue) = 189+99+93=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD635D is #429CA2. Grayscale: #7D7D7D. Windows color (decimal): -4365475 or 6120381. OLE color: 6120381.

HSL color Cylindrical-coordinate representation of color #BD635D: hue angle of 3.75º 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 #BD635D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 99 93 -
CMYK 0 0.48 0.51 0.26
HSL 3.75º 0.42% 0.55% -
HSV(B) 3.75º 0.51% 0.74% -
XYZ 27.42 20.53 12.87 -
YUV 125.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 189 99 93 0 0.48 0.51 0.26 3.75 0.42 0.55
Hex BD 63 5D 0 30 33 1A 4 2A 37
Octal 275 143 135 0 60 63 32 4 52 67
Binary 10111101 1100011 1011101 0 110000 110011 11010 100 101010 110111

Color Harmonies of #BD635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD635D

Black with #BD635D

Text Example


Text Example

White with #BD635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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