Html Css Color HEX #BD434B Old Rose

📋 copy color: '#BD434B'

red 189 ◦ green 67 ◦ blue 75

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

Shades of Old Rose #BD434B

Tints of Old Rose #BD434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 57.1%
G = 20.24%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD434B (or 0xBD434B) is known color: Old Rose. HEX triplet: BD, 43 and 4B. RGB value is (189,67,75). Sum of RGB (Red+Green+Blue) = 189+67+75=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD434B is #42BCB4. Grayscale: #686868. Windows color (decimal): -4373685 or 4932541. OLE color: 4932541.

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

Color convert

RGB 189 67 75 -
CMYK 0 0.65 0.60 0.26
HSL 356.07º 0.48% 0.5% -
HSV(B) 356.07º 0.65% 0.74% -
XYZ 24.26 15.34 8.34 -
YUV 104.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 189 67 75 0 0.65 0.60 0.26 356.07 0.48 0.5
Hex BD 43 4B 0 41 3C 1A 164 30 32
Octal 275 103 113 0 101 74 32 544 60 62
Binary 10111101 1000011 1001011 0 1000001 111100 11010 101100100 110000 110010

Color Harmonies of #BD434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD434B

Black with #BD434B

Text Example


Text Example

White with #BD434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD434B; }

 p { color: rgb(189,67,75); }

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

background-color css

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

 a { background-color: rgb(189,67,75); }

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

border-color css

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

 span { border-color: rgb(189,67,75); }

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