Html Css Color HEX #BDB49B Akaroa

📋 copy color: '#BDB49B'

red 189 ◦ green 180 ◦ blue 155

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

Shades of Akaroa #BDB49B

Tints of Akaroa #BDB49B

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 180 (70.7% from 255) = 34.35%

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 36.07%
G = 34.35%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB49B (or 0xBDB49B) is known color: Akaroa. HEX triplet: BD, B4 and 9B. RGB value is (189,180,155). Sum of RGB (Red+Green+Blue) = 189+180+155=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49B is #424B64. Grayscale: #B3B3B3. Windows color (decimal): -4344677 or 10204349. OLE color: 10204349.

HSL color Cylindrical-coordinate representation of color #BDB49B: hue angle of 44.12º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB49B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 155 -
CMYK 0 0.05 0.18 0.26
HSL 44.12º 0.2% 0.67% -
HSV(B) 44.12º 0.18% 0.74% -
XYZ 43.22 45.83 37.58 -
YUV 179.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 189 180 155 0 0.05 0.18 0.26 44.12 0.2 0.67
Hex BD B4 9B 0 5 12 1A 2C 14 43
Octal 275 264 233 0 5 22 32 54 24 103
Binary 10111101 10110100 10011011 0 101 10010 11010 101100 10100 1000011

Color Harmonies of #BDB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB49B

Black with #BDB49B

Text Example


Text Example

White with #BDB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB49B; }

 p { color: rgb(189,180,155); }

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

background-color css

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

 a { background-color: rgb(189,180,155); }

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

border-color css

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

 span { border-color: rgb(189,180,155); }

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