Html Css Color HEX #BDBA0F La Rioja

📋 copy color: '#BDBA0F'

red 189 ◦ green 186 ◦ blue 15

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

Shades of La Rioja #BDBA0F

Tints of La Rioja #BDBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 48.46%
G = 47.69%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDBA0F (or 0xBDBA0F) is known color: La Rioja. HEX triplet: BD, BA and 0F. RGB value is (189,186,15). Sum of RGB (Red+Green+Blue) = 189+186+15=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA0F is #4245F0. Grayscale: #A8A8A8. Windows color (decimal): -4343281 or 1030845. OLE color: 1030845.

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

Color convert

RGB 189 186 15 -
CMYK 0 0.02 0.92 0.26
HSL 58.97º 0.85% 0.4% -
HSV(B) 58.97º 0.92% 0.74% -
XYZ 38.63 45.97 7.29 -
YUV 167.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 189 186 15 0 0.02 0.92 0.26 58.97 0.85 0.4
Hex BD BA F 0 2 5C 1A 3B 55 28
Octal 275 272 17 0 2 134 32 73 125 50
Binary 10111101 10111010 1111 0 10 1011100 11010 111011 1010101 101000

Color Harmonies of #BDBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA0F

Black with #BDBA0F

Text Example


Text Example

White with #BDBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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