Html Css Color HEX #BDBC0F La Rioja

📋 copy color: '#BDBC0F'

red 189 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #BDBC0F

Tints of La Rioja #BDBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 48.21%
G = 47.96%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDBC0F (or 0xBDBC0F) is known color: La Rioja. HEX triplet: BD, BC and 0F. RGB value is (189,188,15). Sum of RGB (Red+Green+Blue) = 189+188+15=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC0F is #4243F0. Grayscale: #A9A9A9. Windows color (decimal): -4342769 or 1031357. OLE color: 1031357.

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

Color convert

RGB 189 188 15 -
CMYK 0 0.01 0.92 0.26
HSL 59.66º 0.85% 0.4% -
HSV(B) 59.66º 0.92% 0.74% -
XYZ 39.06 46.82 7.43 -
YUV 168.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 189 188 15 0 0.01 0.92 0.26 59.66 0.85 0.4
Hex BD BC F 0 1 5C 1A 3C 55 28
Octal 275 274 17 0 1 134 32 74 125 50
Binary 10111101 10111100 1111 0 1 1011100 11010 111100 1010101 101000

Color Harmonies of #BDBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC0F

Black with #BDBC0F

Text Example


Text Example

White with #BDBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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