Html Css Color HEX #BD807B Brandy Rose

📋 copy color: '#BD807B'

red 189 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #BD807B

Tints of Brandy Rose #BD807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 42.95%
G = 29.09%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD807B (or 0xBD807B) is known color: Brandy Rose. HEX triplet: BD, 80 and 7B. RGB value is (189,128,123). Sum of RGB (Red+Green+Blue) = 189+128+123=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807B is #427F84. Grayscale: #919191. Windows color (decimal): -4358021 or 8093885. OLE color: 8093885.

HSL color Cylindrical-coordinate representation of color #BD807B: hue angle of 4.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD807B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 123 -
CMYK 0 0.32 0.35 0.26
HSL 4.55º 0.33% 0.61% -
HSV(B) 4.55º 0.35% 0.74% -
XYZ 32.28 27.69 22.38 -
YUV 145.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 189 128 123 0 0.32 0.35 0.26 4.55 0.33 0.61
Hex BD 80 7B 0 20 23 1A 5 21 3D
Octal 275 200 173 0 40 43 32 5 41 75
Binary 10111101 10000000 1111011 0 100000 100011 11010 101 100001 111101

Color Harmonies of #BD807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD807B

Black with #BD807B

Text Example


Text Example

White with #BD807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD807B; }

 p { color: rgb(189,128,123); }

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

background-color css

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

 a { background-color: rgb(189,128,123); }

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

border-color css

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

 span { border-color: rgb(189,128,123); }

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