Html Css Color HEX #BDB214 La Rioja

📋 copy color: '#BDB214'

red 189 ◦ green 178 ◦ blue 20

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

Shades of La Rioja #BDB214

Tints of La Rioja #BDB214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 48.84%
G = 45.99%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB214 (or 0xBDB214) is known color: La Rioja. HEX triplet: BD, B2 and 14. RGB value is (189,178,20). Sum of RGB (Red+Green+Blue) = 189+178+20=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB214 is #424DEB. Grayscale: #A3A3A3. Windows color (decimal): -4345324 or 1356477. OLE color: 1356477.

HSL color Cylindrical-coordinate representation of color #BDB214: hue angle of 56.09º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB214 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 20 -
CMYK 0 0.06 0.89 0.26
HSL 56.09º 0.81% 0.41% -
HSV(B) 56.09º 0.89% 0.74% -
XYZ 37.03 42.71 6.95 -
YUV 163.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 189 178 20 0 0.06 0.89 0.26 56.09 0.81 0.41
Hex BD B2 14 0 6 59 1A 38 51 29
Octal 275 262 24 0 6 131 32 70 121 51
Binary 10111101 10110010 10100 0 110 1011001 11010 111000 1010001 101001

Color Harmonies of #BDB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB214

Black with #BDB214

Text Example


Text Example

White with #BDB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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