Html Css Color HEX #BDB80F La Rioja

📋 copy color: '#BDB80F'

red 189 ◦ green 184 ◦ blue 15

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

Shades of La Rioja #BDB80F

Tints of La Rioja #BDB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 48.71%
G = 47.42%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB80F (or 0xBDB80F) is known color: La Rioja. HEX triplet: BD, B8 and 0F. RGB value is (189,184,15). Sum of RGB (Red+Green+Blue) = 189+184+15=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80F is #4247F0. Grayscale: #A6A6A6. Windows color (decimal): -4343793 or 1030333. OLE color: 1030333.

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

Color convert

RGB 189 184 15 -
CMYK 0 0.03 0.92 0.26
HSL 58.28º 0.85% 0.4% -
HSV(B) 58.28º 0.92% 0.74% -
XYZ 38.21 45.13 7.15 -
YUV 166.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 189 184 15 0 0.03 0.92 0.26 58.28 0.85 0.4
Hex BD B8 F 0 3 5C 1A 3A 55 28
Octal 275 270 17 0 3 134 32 72 125 50
Binary 10111101 10111000 1111 0 11 1011100 11010 111010 1010101 101000

Color Harmonies of #BDB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB80F

Black with #BDB80F

Text Example


Text Example

White with #BDB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB80F; }

 p { color: rgb(189,184,15); }

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

background-color css

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

 a { background-color: rgb(189,184,15); }

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

border-color css

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

 span { border-color: rgb(189,184,15); }

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