Html Css Color HEX #BDBF0D La Rioja

📋 copy color: '#BDBF0D'

red 189 ◦ green 191 ◦ blue 13

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

Shades of La Rioja #BDBF0D

Tints of La Rioja #BDBF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 48.09%
G = 48.6%
B = 3.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BDBF0D (or 0xBDBF0D) is known color: La Rioja. HEX triplet: BD, BF and 0D. RGB value is (189,191,13). Sum of RGB (Red+Green+Blue) = 189+191+13=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF0D is #4240F2. Grayscale: #AAAAAA. Windows color (decimal): -4342003 or 901053. OLE color: 901053.

HSL color Cylindrical-coordinate representation of color #BDBF0D: hue angle of 60.67º 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 #BDBF0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 13 -
CMYK 0.01 0 0.93 0.25
HSL 60.67º 0.87% 0.4% -
HSV(B) 60.67º 0.93% 0.75% -
XYZ 39.69 48.11 7.57 -
YUV 170.11 39.34 141.47 -
System Red Green Blue C M Y K H S L
Decimal 189 191 13 0.01 0 0.93 0.25 60.67 0.87 0.4
Hex BD BF D 1 0 5D 19 3D 57 28
Octal 275 277 15 1 0 135 31 75 127 50
Binary 10111101 10111111 1101 1 0 1011101 11001 111101 1010111 101000

Color Harmonies of #BDBF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF0D

Black with #BDBF0D

Text Example


Text Example

White with #BDBF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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