Html Css Color HEX #BDB303 La Rioja

📋 copy color: '#BDB303'

red 189 ◦ green 179 ◦ blue 3

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

Shades of La Rioja #BDB303

Tints of La Rioja #BDB303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

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

R = 50.94%
G = 48.25%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB303 (or 0xBDB303) is known color: La Rioja. HEX triplet: BD, B3 and 03. RGB value is (189,179,3). Sum of RGB (Red+Green+Blue) = 189+179+3=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB303 is #424CFC. Grayscale: #A2A2A2. Windows color (decimal): -4345085 or 242621. OLE color: 242621.

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

Color convert

RGB 189 179 3 -
CMYK 0 0.05 0.98 0.26
HSL 56.77º 0.97% 0.38% -
HSV(B) 56.77º 0.98% 0.74% -
XYZ 37.12 43.07 6.44 -
YUV 161.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 189 179 3 0 0.05 0.98 0.26 56.77 0.97 0.38
Hex BD B3 3 0 5 62 1A 39 61 26
Octal 275 263 3 0 5 142 32 71 141 46
Binary 10111101 10110011 11 0 101 1100010 11010 111001 1100001 100110

Color Harmonies of #BDB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB303

Black with #BDB303

Text Example


Text Example

White with #BDB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB303; }

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

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

background-color css

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

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

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

border-color css

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

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

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