Html Css Color HEX #B67B6A Brandy Rose

📋 copy color: '#B67B6A'

red 182 ◦ green 123 ◦ blue 106

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

Shades of Brandy Rose #B67B6A

Tints of Brandy Rose #B67B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 44.28%
G = 29.93%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B67B6A (or 0xB67B6A) is known color: Brandy Rose. HEX triplet: B6, 7B and 6A. RGB value is (182,123,106). Sum of RGB (Red+Green+Blue) = 182+123+106=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B6A is #498495. Grayscale: #8A8A8A. Windows color (decimal): -4818070 or 6978486. OLE color: 6978486.

HSL color Cylindrical-coordinate representation of color #B67B6A: hue angle of 13.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67B6A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 106 -
CMYK 0 0.32 0.42 0.29
HSL 13.42º 0.34% 0.56% -
HSV(B) 13.42º 0.42% 0.71% -
XYZ 28.98 25.15 16.96 -
YUV 138.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 182 123 106 0 0.32 0.42 0.29 13.42 0.34 0.56
Hex B6 7B 6A 0 20 2A 1D D 22 38
Octal 266 173 152 0 40 52 35 15 42 70
Binary 10110110 1111011 1101010 0 100000 101010 11101 1101 100010 111000

Color Harmonies of #B67B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B6A

Black with #B67B6A

Text Example


Text Example

White with #B67B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B6A; }

 p { color: rgb(182,123,106); }

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

background-color css

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

 a { background-color: rgb(182,123,106); }

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

border-color css

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

 span { border-color: rgb(182,123,106); }

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