Html Css Color HEX #BD817B Brandy Rose

📋 copy color: '#BD817B'

red 189 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #BD817B

Tints of Brandy Rose #BD817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 42.86%
G = 29.25%
B = 27.89%

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

#BD817B (or 0xBD817B) is known color: Brandy Rose. HEX triplet: BD, 81 and 7B. RGB value is (189,129,123). Sum of RGB (Red+Green+Blue) = 189+129+123=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD817B is #427E84. Grayscale: #929292. Windows color (decimal): -4357765 or 8094141. OLE color: 8094141.

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

Color convert

RGB 189 129 123 -
CMYK 0 0.32 0.35 0.26
HSL 5.45º 0.33% 0.61% -
HSV(B) 5.45º 0.35% 0.74% -
XYZ 32.41 27.95 22.43 -
YUV 146.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 189 129 123 0 0.32 0.35 0.26 5.45 0.33 0.61
Hex BD 81 7B 0 20 23 1A 5 21 3D
Octal 275 201 173 0 40 43 32 5 41 75
Binary 10111101 10000001 1111011 0 100000 100011 11010 101 100001 111101

Color Harmonies of #BD817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD817B

Black with #BD817B

Text Example


Text Example

White with #BD817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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