Html Css Color HEX #BD7F7B Brandy Rose

📋 copy color: '#BD7F7B'

red 189 ◦ green 127 ◦ blue 123

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

Shades of Brandy Rose #BD7F7B

Tints of Brandy Rose #BD7F7B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.93%

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

R = 43.05%
G = 28.93%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD7F7B (or 0xBD7F7B) is known color: Brandy Rose. HEX triplet: BD, 7F and 7B. RGB value is (189,127,123). Sum of RGB (Red+Green+Blue) = 189+127+123=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F7B is #428084. Grayscale: #919191. Windows color (decimal): -4358277 or 8093629. OLE color: 8093629.

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

Color convert

RGB 189 127 123 -
CMYK 0 0.33 0.35 0.26
HSL 3.64º 0.33% 0.61% -
HSV(B) 3.64º 0.35% 0.74% -
XYZ 32.15 27.43 22.34 -
YUV 145.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 189 127 123 0 0.33 0.35 0.26 3.64 0.33 0.61
Hex BD 7F 7B 0 21 23 1A 4 21 3D
Octal 275 177 173 0 41 43 32 4 41 75
Binary 10111101 1111111 1111011 0 100001 100011 11010 100 100001 111101

Color Harmonies of #BD7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F7B

Black with #BD7F7B

Text Example


Text Example

White with #BD7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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