Html Css Color HEX #B7827B Brandy Rose

📋 copy color: '#B7827B'

red 183 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #B7827B

Tints of Brandy Rose #B7827B

RGB

 RED value IS 183 (71.88% from 255) = 41.97%

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 41.97%
G = 29.82%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7827B (or 0xB7827B) is known color: Brandy Rose. HEX triplet: B7, 82 and 7B. RGB value is (183,130,123). Sum of RGB (Red+Green+Blue) = 183+130+123=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7827B is #487D84. Grayscale: #919191. Windows color (decimal): -4750725 or 8094391. OLE color: 8094391.

HSL color Cylindrical-coordinate representation of color #B7827B: hue angle of 7º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7827B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 123 -
CMYK 0 0.29 0.33 0.28
HSL 0.29% 0.6% -
HSV(B) 0.33% 0.72% -
XYZ 31.09 27.46 22.4 -
YUV 145.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 183 130 123 0 0.29 0.33 0.28 7 0.29 0.6
Hex B7 82 7B 0 1D 21 1C 7 1D 3C
Octal 267 202 173 0 35 41 34 7 35 74
Binary 10110111 10000010 1111011 0 11101 100001 11100 111 11101 111100

Color Harmonies of #B7827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7827B

Black with #B7827B

Text Example


Text Example

White with #B7827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7827B; }

 p { color: rgb(183,130,123); }

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

background-color css

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

 a { background-color: rgb(183,130,123); }

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

border-color css

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

 span { border-color: rgb(183,130,123); }

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