Html Css Color HEX #BD6352 Sunglo

📋 copy color: '#BD6352'

red 189 ◦ green 99 ◦ blue 82

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

Shades of Sunglo #BD6352

Tints of Sunglo #BD6352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 51.08%
G = 26.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD6352 (or 0xBD6352) is known color: Sunglo. HEX triplet: BD, 63 and 52. RGB value is (189,99,82). Sum of RGB (Red+Green+Blue) = 189+99+82=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6352 is #429CAD. Grayscale: #7C7C7C. Windows color (decimal): -4365486 or 5399485. OLE color: 5399485.

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

Color convert

RGB 189 99 82 -
CMYK 0 0.48 0.57 0.26
HSL 9.53º 0.45% 0.53% -
HSV(B) 9.53º 0.57% 0.74% -
XYZ 26.97 20.35 10.49 -
YUV 123.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 189 99 82 0 0.48 0.57 0.26 9.53 0.45 0.53
Hex BD 63 52 0 30 39 1A A 2D 35
Octal 275 143 122 0 60 71 32 12 55 65
Binary 10111101 1100011 1010010 0 110000 111001 11010 1010 101101 110101

Color Harmonies of #BD6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6352

Black with #BD6352

Text Example


Text Example

White with #BD6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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