Html Css Color HEX #BD605A Sunglo

📋 copy color: '#BD605A'

red 189 ◦ green 96 ◦ blue 90

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

Shades of Sunglo #BD605A

Tints of Sunglo #BD605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 50.4%
G = 25.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD605A (or 0xBD605A) is known color: Sunglo. HEX triplet: BD, 60 and 5A. RGB value is (189,96,90). Sum of RGB (Red+Green+Blue) = 189+96+90=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD605A is #429FA5. Grayscale: #7B7B7B. Windows color (decimal): -4366246 or 5923005. OLE color: 5923005.

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

Color convert

RGB 189 96 90 -
CMYK 0 0.49 0.52 0.26
HSL 3.64º 0.43% 0.55% -
HSV(B) 3.64º 0.52% 0.74% -
XYZ 27.01 19.92 12.09 -
YUV 123.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 189 96 90 0 0.49 0.52 0.26 3.64 0.43 0.55
Hex BD 60 5A 0 31 34 1A 4 2B 37
Octal 275 140 132 0 61 64 32 4 53 67
Binary 10111101 1100000 1011010 0 110001 110100 11010 100 101011 110111

Color Harmonies of #BD605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD605A

Black with #BD605A

Text Example


Text Example

White with #BD605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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