Html Css Color HEX #BDB498 Akaroa

📋 copy color: '#BDB498'

red 189 ◦ green 180 ◦ blue 152

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

Shades of Akaroa #BDB498

Tints of Akaroa #BDB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.17%

R = 36.28%
G = 34.55%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB498 (or 0xBDB498) is known color: Akaroa. HEX triplet: BD, B4 and 98. RGB value is (189,180,152). Sum of RGB (Red+Green+Blue) = 189+180+152=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB498 is #424B67. Grayscale: #B3B3B3. Windows color (decimal): -4344680 or 10007741. OLE color: 10007741.

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

Color convert

RGB 189 180 152 -
CMYK 0 0.05 0.20 0.26
HSL 45.41º 0.22% 0.67% -
HSV(B) 45.41º 0.2% 0.74% -
XYZ 42.98 45.73 36.27 -
YUV 179.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 189 180 152 0 0.05 0.20 0.26 45.41 0.22 0.67
Hex BD B4 98 0 5 14 1A 2D 16 43
Octal 275 264 230 0 5 24 32 55 26 103
Binary 10111101 10110100 10011000 0 101 10100 11010 101101 10110 1000011

Color Harmonies of #BDB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB498

Black with #BDB498

Text Example


Text Example

White with #BDB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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