Html Css Color HEX #BDB80A La Rioja

📋 copy color: '#BDB80A'

red 189 ◦ green 184 ◦ blue 10

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

Shades of La Rioja #BDB80A

Tints of La Rioja #BDB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 49.35%
G = 48.04%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB80A (or 0xBDB80A) is known color: La Rioja. HEX triplet: BD, B8 and 0A. RGB value is (189,184,10). Sum of RGB (Red+Green+Blue) = 189+184+10=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80A is #4247F5. Grayscale: #A6A6A6. Windows color (decimal): -4343798 or 702653. OLE color: 702653.

HSL color Cylindrical-coordinate representation of color #BDB80A: hue angle of 58.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB80A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 10 -
CMYK 0 0.03 0.95 0.26
HSL 58.32º 0.9% 0.39% -
HSV(B) 58.32º 0.95% 0.74% -
XYZ 38.18 45.12 6.98 -
YUV 165.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 189 184 10 0 0.03 0.95 0.26 58.32 0.9 0.39
Hex BD B8 A 0 3 5F 1A 3A 5A 27
Octal 275 270 12 0 3 137 32 72 132 47
Binary 10111101 10111000 1010 0 11 1011111 11010 111010 1011010 100111

Color Harmonies of #BDB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB80A

Black with #BDB80A

Text Example


Text Example

White with #BDB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB80A; }

 p { color: rgb(189,184,10); }

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

background-color css

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

 a { background-color: rgb(189,184,10); }

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

border-color css

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

 span { border-color: rgb(189,184,10); }

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