Html Css Color HEX #BD6353 Sunglo

📋 copy color: '#BD6353'

red 189 ◦ green 99 ◦ blue 83

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

Shades of Sunglo #BD6353

Tints of Sunglo #BD6353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 50.94%
G = 26.68%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD6353 (or 0xBD6353) is known color: Sunglo. HEX triplet: BD, 63 and 53. RGB value is (189,99,83). Sum of RGB (Red+Green+Blue) = 189+99+83=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6353 is #429CAC. Grayscale: #7C7C7C. Windows color (decimal): -4365485 or 5465021. OLE color: 5465021.

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

Color convert

RGB 189 99 83 -
CMYK 0 0.48 0.56 0.26
HSL 9.06º 0.45% 0.53% -
HSV(B) 9.06º 0.56% 0.74% -
XYZ 27.01 20.37 10.69 -
YUV 124.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 189 99 83 0 0.48 0.56 0.26 9.06 0.45 0.53
Hex BD 63 53 0 30 38 1A 9 2D 35
Octal 275 143 123 0 60 70 32 11 55 65
Binary 10111101 1100011 1010011 0 110000 111000 11010 1001 101101 110101

Color Harmonies of #BD6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6353

Black with #BD6353

Text Example


Text Example

White with #BD6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6353; }

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

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

background-color css

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

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

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

border-color css

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

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

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