Html Css Color HEX #BD6553 Sunglo

📋 copy color: '#BD6553'

red 189 ◦ green 101 ◦ blue 83

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

Shades of Sunglo #BD6553

Tints of Sunglo #BD6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 50.67%
G = 27.08%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD6553 (or 0xBD6553) is known color: Sunglo. HEX triplet: BD, 65 and 53. RGB value is (189,101,83). Sum of RGB (Red+Green+Blue) = 189+101+83=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6553 is #429AAC. Grayscale: #7D7D7D. Windows color (decimal): -4364973 or 5465533. OLE color: 5465533.

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

Color convert

RGB 189 101 83 -
CMYK 0 0.47 0.56 0.26
HSL 10.19º 0.45% 0.53% -
HSV(B) 10.19º 0.56% 0.74% -
XYZ 27.2 20.75 10.76 -
YUV 125.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 189 101 83 0 0.47 0.56 0.26 10.19 0.45 0.53
Hex BD 65 53 0 2F 38 1A A 2D 35
Octal 275 145 123 0 57 70 32 12 55 65
Binary 10111101 1100101 1010011 0 101111 111000 11010 1010 101101 110101

Color Harmonies of #BD6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6553

Black with #BD6553

Text Example


Text Example

White with #BD6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6553; }

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

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

background-color css

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

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

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

border-color css

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

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

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