Html Css Color HEX #BEBD0D La Rioja

📋 copy color: '#BEBD0D'

red 190 ◦ green 189 ◦ blue 13

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

Shades of La Rioja #BEBD0D

Tints of La Rioja #BEBD0D

RGB

 RED value IS 190 (74.61% from 255) = 48.47%

 GREEN value IS 189 (74.22% from 255) = 48.21%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 48.47%
G = 48.21%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEBD0D (or 0xBEBD0D) is known color: La Rioja. HEX triplet: BE, BD and 0D. RGB value is (190,189,13). Sum of RGB (Red+Green+Blue) = 190+189+13=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD0D is #4142F2. Grayscale: #A9A9A9. Windows color (decimal): -4276979 or 900542. OLE color: 900542.

HSL color Cylindrical-coordinate representation of color #BEBD0D: hue angle of 59.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEBD0D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 13 -
CMYK 0 0.01 0.93 0.25
HSL 59.66º 0.87% 0.4% -
HSV(B) 59.66º 0.93% 0.75% -
XYZ 39.51 47.37 7.44 -
YUV 169.24 39.83 142.81 -
System Red Green Blue C M Y K H S L
Decimal 190 189 13 0 0.01 0.93 0.25 59.66 0.87 0.4
Hex BE BD D 0 1 5D 19 3C 57 28
Octal 276 275 15 0 1 135 31 74 127 50
Binary 10111110 10111101 1101 0 1 1011101 11001 111100 1010111 101000

Color Harmonies of #BEBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD0D

Black with #BEBD0D

Text Example


Text Example

White with #BEBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD0D; }

 p { color: rgb(190,189,13); }

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

background-color css

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

 a { background-color: rgb(190,189,13); }

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

border-color css

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

 span { border-color: rgb(190,189,13); }

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