Html Css Color HEX #B4CF0F Rio Grande

📋 copy color: '#B4CF0F'

red 180 ◦ green 207 ◦ blue 15

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

Shades of Rio Grande #B4CF0F

Tints of Rio Grande #B4CF0F

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

 GREEN value IS 207 (81.25% from 255) = 51.49%

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

R = 44.78%
G = 51.49%
B = 3.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#B4CF0F (or 0xB4CF0F) is known color: Rio Grande. HEX triplet: B4, CF and 0F. RGB value is (180,207,15). Sum of RGB (Red+Green+Blue) = 180+207+15=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CF0F is #4B30F0. Grayscale: #B1B1B1. Windows color (decimal): -4927729 or 1036212. OLE color: 1036212.

HSL color Cylindrical-coordinate representation of color #B4CF0F: hue angle of 68.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4CF0F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 15 -
CMYK 0.13 0 0.93 0.19
HSL 68.44º 0.86% 0.44% -
HSV(B) 68.44º 0.93% 0.81% -
XYZ 41.22 54.36 8.77 -
YUV 177.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 180 207 15 0.13 0 0.93 0.19 68.44 0.86 0.44
Hex B4 CF F D 0 5D 13 44 56 2C
Octal 264 317 17 15 0 135 23 104 126 54
Binary 10110100 11001111 1111 1101 0 1011101 10011 1000100 1010110 101100

Color Harmonies of #B4CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF0F

Black with #B4CF0F

Text Example


Text Example

White with #B4CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF0F; }

 p { color: rgb(180,207,15); }

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

background-color css

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

 a { background-color: rgb(180,207,15); }

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

border-color css

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

 span { border-color: rgb(180,207,15); }

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