Html Css Color HEX #B7827A Brandy Rose

📋 copy color: '#B7827A'

red 183 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #B7827A

Tints of Brandy Rose #B7827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 42.07%
G = 29.89%
B = 28.05%

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

#B7827A (or 0xB7827A) is known color: Brandy Rose. HEX triplet: B7, 82 and 7A. RGB value is (183,130,122). Sum of RGB (Red+Green+Blue) = 183+130+122=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7827A is #487D85. Grayscale: #919191. Windows color (decimal): -4750726 or 8028855. OLE color: 8028855.

HSL color Cylindrical-coordinate representation of color #B7827A: hue angle of 7.87º degrees, saturation: 0.3, 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 #B7827A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 122 -
CMYK 0 0.29 0.33 0.28
HSL 7.87º 0.3% 0.6% -
HSV(B) 7.87º 0.33% 0.72% -
XYZ 31.02 27.44 22.07 -
YUV 144.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 183 130 122 0 0.29 0.33 0.28 7.87 0.3 0.6
Hex B7 82 7A 0 1D 21 1C 8 1E 3C
Octal 267 202 172 0 35 41 34 10 36 74
Binary 10110111 10000010 1111010 0 11101 100001 11100 1000 11110 111100

Color Harmonies of #B7827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7827A

Black with #B7827A

Text Example


Text Example

White with #B7827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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