Html Css Color HEX #BDB502 La Rioja

📋 copy color: '#BDB502'

red 189 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #BDB502

Tints of La Rioja #BDB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.81%
G = 48.66%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB502 (or 0xBDB502) is known color: La Rioja. HEX triplet: BD, B5 and 02. RGB value is (189,181,2). Sum of RGB (Red+Green+Blue) = 189+181+2=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB502 is #424AFD. Grayscale: #A3A3A3. Windows color (decimal): -4344574 or 177597. OLE color: 177597.

HSL color Cylindrical-coordinate representation of color #BDB502: hue angle of 57.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDB502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 2 -
CMYK 0 0.04 0.99 0.26
HSL 57.43º 0.98% 0.37% -
HSV(B) 57.43º 0.99% 0.74% -
XYZ 37.52 43.87 6.55 -
YUV 162.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 189 181 2 0 0.04 0.99 0.26 57.43 0.98 0.37
Hex BD B5 2 0 4 63 1A 39 62 25
Octal 275 265 2 0 4 143 32 71 142 45
Binary 10111101 10110101 10 0 100 1100011 11010 111001 1100010 100101

Color Harmonies of #BDB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB502

Black with #BDB502

Text Example


Text Example

White with #BDB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB502; }

 p { color: rgb(189,181,2); }

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

background-color css

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

 a { background-color: rgb(189,181,2); }

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

border-color css

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

 span { border-color: rgb(189,181,2); }

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