Html Css Color HEX #BD635F Sunglo

📋 copy color: '#BD635F'

red 189 ◦ green 99 ◦ blue 95

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

Shades of Sunglo #BD635F

Tints of Sunglo #BD635F

RGB

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

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

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

R = 49.35%
G = 25.85%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD635F (or 0xBD635F) is known color: Sunglo. HEX triplet: BD, 63 and 5F. RGB value is (189,99,95). Sum of RGB (Red+Green+Blue) = 189+99+95=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD635F is #429CA0. Grayscale: #7D7D7D. Windows color (decimal): -4365473 or 6251453. OLE color: 6251453.

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

Color convert

RGB 189 99 95 -
CMYK 0 0.48 0.50 0.26
HSL 2.55º 0.42% 0.56% -
HSV(B) 2.55º 0.5% 0.74% -
XYZ 27.51 20.57 13.35 -
YUV 125.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 189 99 95 0 0.48 0.50 0.26 2.55 0.42 0.56
Hex BD 63 5F 0 30 32 1A 3 2A 38
Octal 275 143 137 0 60 62 32 3 52 70
Binary 10111101 1100011 1011111 0 110000 110010 11010 11 101010 111000

Color Harmonies of #BD635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD635F

Black with #BD635F

Text Example


Text Example

White with #BD635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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