Html Css Color HEX #BDB29B Akaroa

📋 copy color: '#BDB29B'

red 189 ◦ green 178 ◦ blue 155

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

Shades of Akaroa #BDB29B

Tints of Akaroa #BDB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

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

R = 36.21%
G = 34.1%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDB29B (or 0xBDB29B) is known color: Akaroa. HEX triplet: BD, B2 and 9B. RGB value is (189,178,155). Sum of RGB (Red+Green+Blue) = 189+178+155=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB29B is #424D64. Grayscale: #B2B2B2. Windows color (decimal): -4345189 or 10203837. OLE color: 10203837.

HSL color Cylindrical-coordinate representation of color #BDB29B: hue angle of 40.59º 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 #BDB29B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 155 -
CMYK 0 0.06 0.18 0.26
HSL 40.59º 0.2% 0.67% -
HSV(B) 40.59º 0.18% 0.74% -
XYZ 42.82 45.03 37.44 -
YUV 178.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 189 178 155 0 0.06 0.18 0.26 40.59 0.2 0.67
Hex BD B2 9B 0 6 12 1A 29 14 43
Octal 275 262 233 0 6 22 32 51 24 103
Binary 10111101 10110010 10011011 0 110 10010 11010 101001 10100 1000011

Color Harmonies of #BDB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB29B

Black with #BDB29B

Text Example


Text Example

White with #BDB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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