Html Css Color HEX #BD625A Sunglo

📋 copy color: '#BD625A'

red 189 ◦ green 98 ◦ blue 90

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

Shades of Sunglo #BD625A

Tints of Sunglo #BD625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 50.13%
G = 25.99%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD625A (or 0xBD625A) is known color: Sunglo. HEX triplet: BD, 62 and 5A. RGB value is (189,98,90). Sum of RGB (Red+Green+Blue) = 189+98+90=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD625A is #429DA5. Grayscale: #7C7C7C. Windows color (decimal): -4365734 or 5923517. OLE color: 5923517.

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

Color convert

RGB 189 98 90 -
CMYK 0 0.48 0.52 0.26
HSL 4.85º 0.43% 0.55% -
HSV(B) 4.85º 0.52% 0.74% -
XYZ 27.2 20.29 12.16 -
YUV 124.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 189 98 90 0 0.48 0.52 0.26 4.85 0.43 0.55
Hex BD 62 5A 0 30 34 1A 5 2B 37
Octal 275 142 132 0 60 64 32 5 53 67
Binary 10111101 1100010 1011010 0 110000 110100 11010 101 101011 110111

Color Harmonies of #BD625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD625A

Black with #BD625A

Text Example


Text Example

White with #BD625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD625A; }

 p { color: rgb(189,98,90); }

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

background-color css

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

 a { background-color: rgb(189,98,90); }

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

border-color css

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

 span { border-color: rgb(189,98,90); }

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