Html Css Color HEX #BDB903 La Rioja

📋 copy color: '#BDB903'

red 189 ◦ green 185 ◦ blue 3

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

Shades of La Rioja #BDB903

Tints of La Rioja #BDB903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 50.13%
G = 49.07%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB903 (or 0xBDB903) is known color: La Rioja. HEX triplet: BD, B9 and 03. RGB value is (189,185,3). Sum of RGB (Red+Green+Blue) = 189+185+3=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB903 is #4246FC. Grayscale: #A6A6A6. Windows color (decimal): -4343549 or 244157. OLE color: 244157.

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

Color convert

RGB 189 185 3 -
CMYK 0 0.02 0.98 0.26
HSL 58.71º 0.97% 0.38% -
HSV(B) 58.71º 0.98% 0.74% -
XYZ 38.35 45.52 6.85 -
YUV 165.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 189 185 3 0 0.02 0.98 0.26 58.71 0.97 0.38
Hex BD B9 3 0 2 62 1A 3B 61 26
Octal 275 271 3 0 2 142 32 73 141 46
Binary 10111101 10111001 11 0 10 1100010 11010 111011 1100001 100110

Color Harmonies of #BDB903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB903

Black with #BDB903

Text Example


Text Example

White with #BDB903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB903; }

 p { color: rgb(189,185,3); }

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

background-color css

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

 a { background-color: rgb(189,185,3); }

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

border-color css

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

 span { border-color: rgb(189,185,3); }

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