Html Css Color HEX #B68982 Brandy Rose

📋 copy color: '#B68982'

red 182 ◦ green 137 ◦ blue 130

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

Shades of Brandy Rose #B68982

Tints of Brandy Rose #B68982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 40.53%
G = 30.51%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B68982 (or 0xB68982) is known color: Brandy Rose. HEX triplet: B6, 89 and 82. RGB value is (182,137,130). Sum of RGB (Red+Green+Blue) = 182+137+130=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68982 is #49767D. Grayscale: #959595. Windows color (decimal): -4814462 or 8554934. OLE color: 8554934.

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

Color convert

RGB 182 137 130 -
CMYK 0 0.25 0.29 0.29
HSL 8.08º 0.26% 0.61% -
HSV(B) 8.08º 0.29% 0.71% -
XYZ 32.27 29.45 25.1 -
YUV 149.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 182 137 130 0 0.25 0.29 0.29 8.08 0.26 0.61
Hex B6 89 82 0 19 1D 1D 8 1A 3D
Octal 266 211 202 0 31 35 35 10 32 75
Binary 10110110 10001001 10000010 0 11001 11101 11101 1000 11010 111101

Color Harmonies of #B68982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68982

Black with #B68982

Text Example


Text Example

White with #B68982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68982; }

 p { color: rgb(182,137,130); }

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

background-color css

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

 a { background-color: rgb(182,137,130); }

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

border-color css

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

 span { border-color: rgb(182,137,130); }

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