Html Css Color HEX #BDBB14 La Rioja

📋 copy color: '#BDBB14'

red 189 ◦ green 187 ◦ blue 20

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

Shades of La Rioja #BDBB14

Tints of La Rioja #BDBB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

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

R = 47.73%
G = 47.22%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDBB14 (or 0xBDBB14) is known color: La Rioja. HEX triplet: BD, BB and 14. RGB value is (189,187,20). Sum of RGB (Red+Green+Blue) = 189+187+20=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB14 is #4244EB. Grayscale: #A9A9A9. Windows color (decimal): -4343020 or 1358781. OLE color: 1358781.

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

Color convert

RGB 189 187 20 -
CMYK 0 0.01 0.89 0.26
HSL 59.29º 0.81% 0.41% -
HSV(B) 59.29º 0.89% 0.74% -
XYZ 38.88 46.41 7.57 -
YUV 168.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 189 187 20 0 0.01 0.89 0.26 59.29 0.81 0.41
Hex BD BB 14 0 1 59 1A 3B 51 29
Octal 275 273 24 0 1 131 32 73 121 51
Binary 10111101 10111011 10100 0 1 1011001 11010 111011 1010001 101001

Color Harmonies of #BDBB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB14

Black with #BDBB14

Text Example


Text Example

White with #BDBB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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