Html Css Color HEX #B68784 Brandy Rose

📋 copy color: '#B68784'

red 182 ◦ green 135 ◦ blue 132

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

Shades of Brandy Rose #B68784

Tints of Brandy Rose #B68784

RGB

 RED value IS 182 (71.48% from 255) = 40.53%

 GREEN value IS 135 (53.13% from 255) = 30.07%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 40.53%
G = 30.07%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B68784 (or 0xB68784) is known color: Brandy Rose. HEX triplet: B6, 87 and 84. RGB value is (182,135,132). Sum of RGB (Red+Green+Blue) = 182+135+132=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68784 is #49787B. Grayscale: #949494. Windows color (decimal): -4814972 or 8685494. OLE color: 8685494.

HSL color Cylindrical-coordinate representation of color #B68784: hue angle of 3.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68784 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 135 132 -
CMYK 0 0.26 0.27 0.29
HSL 3.6º 0.26% 0.62% -
HSV(B) 3.6º 0.27% 0.71% -
XYZ 32.12 28.94 25.72 -
YUV 148.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 182 135 132 0 0.26 0.27 0.29 3.6 0.26 0.62
Hex B6 87 84 0 1A 1B 1D 4 1A 3E
Octal 266 207 204 0 32 33 35 4 32 76
Binary 10110110 10000111 10000100 0 11010 11011 11101 100 11010 111110

Color Harmonies of #B68784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68784

Black with #B68784

Text Example


Text Example

White with #B68784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68784; }

 p { color: rgb(182,135,132); }

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

background-color css

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

 a { background-color: rgb(182,135,132); }

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

border-color css

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

 span { border-color: rgb(182,135,132); }

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