Html Css Color HEX #B27D7D Brandy Rose

📋 copy color: '#B27D7D'

red 178 ◦ green 125 ◦ blue 125

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

Shades of Brandy Rose #B27D7D

Tints of Brandy Rose #B27D7D

RGB

 RED value IS 178 (69.92% from 255) = 41.59%

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 41.59%
G = 29.21%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B27D7D (or 0xB27D7D) is known color: Brandy Rose. HEX triplet: B2, 7D and 7D. RGB value is (178,125,125). Sum of RGB (Red+Green+Blue) = 178+125+125=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D7D is #4D8282. Grayscale: #8C8C8C. Windows color (decimal): -5079683 or 8224178. OLE color: 8224178.

HSL color Cylindrical-coordinate representation of color #B27D7D: hue angle of 0º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27D7D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 125 -
CMYK 0 0.30 0.30 0.30
HSL 0.26% 0.59% -
HSV(B) 0.3% 0.7% -
XYZ 29.4 25.61 22.8 -
YUV 140.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 178 125 125 0 0.30 0.30 0.30 0 0.26 0.59
Hex B2 7D 7D 0 1E 1E 1E 0 1A 3B
Octal 262 175 175 0 36 36 36 0 32 73
Binary 10110010 1111101 1111101 0 11110 11110 11110 0 11010 111011

Color Harmonies of #B27D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D7D

Black with #B27D7D

Text Example


Text Example

White with #B27D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D7D; }

 p { color: rgb(178,125,125); }

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

background-color css

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

 a { background-color: rgb(178,125,125); }

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

border-color css

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

 span { border-color: rgb(178,125,125); }

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