Html Css Color HEX #BDB71A La Rioja

📋 copy color: '#BDB71A'

red 189 ◦ green 183 ◦ blue 26

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

Shades of La Rioja #BDB71A

Tints of La Rioja #BDB71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 47.49%
G = 45.98%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB71A (or 0xBDB71A) is known color: La Rioja. HEX triplet: BD, B7 and 1A. RGB value is (189,183,26). Sum of RGB (Red+Green+Blue) = 189+183+26=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB71A is #4248E5. Grayscale: #A7A7A7. Windows color (decimal): -4344038 or 1750973. OLE color: 1750973.

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

Color convert

RGB 189 183 26 -
CMYK 0 0.03 0.86 0.26
HSL 57.79º 0.76% 0.42% -
HSV(B) 57.79º 0.86% 0.74% -
XYZ 38.11 44.76 7.61 -
YUV 166.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 189 183 26 0 0.03 0.86 0.26 57.79 0.76 0.42
Hex BD B7 1A 0 3 56 1A 3A 4C 2A
Octal 275 267 32 0 3 126 32 72 114 52
Binary 10111101 10110111 11010 0 11 1010110 11010 111010 1001100 101010

Color Harmonies of #BDB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB71A

Black with #BDB71A

Text Example


Text Example

White with #BDB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB71A; }

 p { color: rgb(189,183,26); }

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

background-color css

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

 a { background-color: rgb(189,183,26); }

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

border-color css

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

 span { border-color: rgb(189,183,26); }

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