Html Css Color HEX #BDB70F La Rioja

📋 copy color: '#BDB70F'

red 189 ◦ green 183 ◦ blue 15

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

Shades of La Rioja #BDB70F

Tints of La Rioja #BDB70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.29%

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

R = 48.84%
G = 47.29%
B = 3.88%

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

#BDB70F (or 0xBDB70F) is known color: La Rioja. HEX triplet: BD, B7 and 0F. RGB value is (189,183,15). Sum of RGB (Red+Green+Blue) = 189+183+15=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB70F is #4248F0. Grayscale: #A6A6A6. Windows color (decimal): -4344049 or 1030077. OLE color: 1030077.

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

Color convert

RGB 189 183 15 -
CMYK 0 0.03 0.92 0.26
HSL 57.93º 0.85% 0.4% -
HSV(B) 57.93º 0.92% 0.74% -
XYZ 38.01 44.72 7.08 -
YUV 165.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 189 183 15 0 0.03 0.92 0.26 57.93 0.85 0.4
Hex BD B7 F 0 3 5C 1A 3A 55 28
Octal 275 267 17 0 3 134 32 72 125 50
Binary 10111101 10110111 1111 0 11 1011100 11010 111010 1010101 101000

Color Harmonies of #BDB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB70F

Black with #BDB70F

Text Example


Text Example

White with #BDB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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